Html Css Color HEX #556C93 Kashmir Blue

📋 copy color: '#556C93'

red 85 ◦ green 108 ◦ blue 147

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

Shades of Kashmir Blue #556C93

Tints of Kashmir Blue #556C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 25%
G = 31.76%
B = 43.24%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556C93 (or 0x556C93) is known color: Kashmir Blue. HEX triplet: 55, 6C and 93. RGB value is (85,108,147). Sum of RGB (Red+Green+Blue) = 85+108+147=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #556C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C93 is #AA936C. Grayscale: #696969. Windows color (decimal): -11178861 or 9661525. OLE color: 9661525.

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

Color convert

RGB 85 108 147 -
CMYK 0.42 0.27 0 0.42
HSL 217.74º 0.27% 0.45% -
HSV(B) 217.74º 0.42% 0.58% -
XYZ 14.38 14.76 29.7 -
YUV 105.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 85 108 147 0.42 0.27 0 0.42 217.74 0.27 0.45
Hex 55 6C 93 2A 1B 0 2A DA 1B 2D
Octal 125 154 223 52 33 0 52 332 33 55
Binary 1010101 1101100 10010011 101010 11011 0 101010 11011010 11011 101101

Color Harmonies of #556C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C93

Black with #556C93

Text Example


Text Example

White with #556C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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