Html Css Color HEX #556C92 Kashmir Blue

📋 copy color: '#556C92'

red 85 ◦ green 108 ◦ blue 146

#556C92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #556C92

Tints of Kashmir Blue #556C92

RGB

 RED value IS 85 (33.59% from 255) = 25.07%

 GREEN value IS 108 (42.58% from 255) = 31.86%

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 25.07%
G = 31.86%
B = 43.07%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556C92 (or 0x556C92) is known color: Kashmir Blue. HEX triplet: 55, 6C and 92. RGB value is (85,108,146). Sum of RGB (Red+Green+Blue) = 85+108+146=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #556C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C92 is #AA936D. Grayscale: #696969. Windows color (decimal): -11178862 or 9595989. OLE color: 9595989.

HSL color Cylindrical-coordinate representation of color #556C92: hue angle of 217.38º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556C92 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 108 146 -
CMYK 0.42 0.26 0 0.43
HSL 217.38º 0.26% 0.45% -
HSV(B) 217.38º 0.42% 0.57% -
XYZ 14.3 14.73 29.28 -
YUV 105.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 85 108 146 0.42 0.26 0 0.43 217.38 0.26 0.45
Hex 55 6C 92 2A 1A 0 2B D9 1A 2D
Octal 125 154 222 52 32 0 53 331 32 55
Binary 1010101 1101100 10010010 101010 11010 0 101011 11011001 11010 101101

Color Harmonies of #556C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C92

Black with #556C92

Text Example


Text Example

White with #556C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556C92; }

 p { color: rgb(85,108,146); }

 H1.HeaderClassName
 {
   color: #556C92;
 }
 .AnyTagClassName
 {
   color: #556C92;
 }
</style>

background-color css

<style>
 a { background-color: #556C92; }

 a { background-color: rgb(85,108,146); }

 div.DivClassName
 {
   background-color: #556C92;
 }
 .BgClassName
 {
   background-color: #556C92;
 }
</style>

border-color css

<style>
 span { border-color: #556C92; }

 span { border-color: rgb(85,108,146); }

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