#51628A

Color #51628A Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #51628A

Tints of Kashmir Blue #51628A

Color information

#51628A (or 0x51628A) is unknown color: approx Kashmir Blue. HEX triplet: 51, 62 and 8A. RGB value is (81,98,138). Sum of RGB (Red+Green+Blue) = 81+98+138=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #51628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51628A is #AE9D75. Grayscale: #616161. Windows color (decimal): -11443574 or 9069137. OLE color: 9069137.

HSL color Cylindrical-coordinate representation of color #51628A: hue angle of 222.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51628A is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8198138-
CMYK0.410.2900.46
HSL222.11º26.03%42.94%-
HSV(B)222.11º41.3%54.12%-
XYZ12.3512.3225.77-
YUV97.48150.87116.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=25.55%
G=30.91%
B=43.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81981380.410.2900.46222.1126.0342.94
Hex51628A291D02Ede1a2b
Octal12114221251350563363253
Binary10100011100010100010101010011110101011101101111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51628A; }

 p { color: rgb(81,98,138); }

 H1.HeaderClassName
 {
   color: #51628A;
 }
 .AnyTagClassName
 {
   color: #51628A;
 }
</style>
background-color css

<style>
 a { background-color: #51628A; }

 a { background-color: rgb(81,98,138); }

 div.DivClassName
 {
   background-color: #51628A;
 }
 .BgClassName
 {
   background-color: #51628A;
 }
</style>
border-color css

<style>
 span { border-color: #51628A; }

 span { border-color: rgb(81,98,138); }

 td.TdClassName
 {
   border-color: #51628A;
 }
 .TagClassName
 {
   border-color: #51628A;
 }
</style>