#51678C

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

Shades of Kashmir Blue #51678C

Tints of Kashmir Blue #51678C

Color information

#51678C (or 0x51678C) is unknown color: approx Kashmir Blue. HEX triplet: 51, 67 and 8C. RGB value is (81,103,140). Sum of RGB (Red+Green+Blue) = 81+103+140=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #51678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51678C is #AE9873. Grayscale: #646464. Windows color (decimal): -11442292 or 9201489. OLE color: 9201489.

HSL color Cylindrical-coordinate representation of color #51678C: hue angle of 217.63º 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 #51678C is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81103140-
CMYK0.420.2600.45
HSL217.63º26.7%43.33%-
HSV(B)217.63º42.14%54.9%-
XYZ12.9813.3426.7-
YUV100.64150.21113.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=25%
G=31.79%
B=43.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811031400.420.2600.45217.6326.743.33
Hex51678C2A1A02Dda1b2b
Octal12114721452320553323353
Binary10100011100111100011001010101101001011011101101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51678C; }

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

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

<style>
 a { background-color: #51678C; }

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

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

<style>
 span { border-color: #51678C; }

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

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