#51628c

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

Shades of Kashmir Blue #51628C

Tints of Kashmir Blue #51628C

Color information

#51628C (or 0x51628C) is unknown color: approx Kashmir Blue. HEX triplet: 51, 62 and 8C. RGB value is (81,98,140). Sum of RGB (Red+Green+Blue) = 81+98+140=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #51628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51628C is #AE9D73. Grayscale: #616161. Windows color (decimal): -11443572 or 9200209. OLE color: 9200209.

HSL color Cylindrical-coordinate representation of color #51628C: hue angle of 222.71º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51628C is Cyan = 0.42, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8198140-
CMYK0.420.300.45
HSL222.71º26.7%43.33%-
HSV(B)222.71º42.14%54.9%-
XYZ12.4912.3826.54-
YUV97.7151.87116.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=25.39%
G=30.72%
B=43.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81981400.420.300.45222.7126.743.33
Hex51628C2A1E02Ddf1b2b
Octal12114221452360553373353
Binary10100011100010100011001010101111001011011101111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51628c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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