Html Css Color HEX #556F93 Kashmir Blue

📋 copy color: '#556F93'

red 85 ◦ green 111 ◦ blue 147

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

Shades of Kashmir Blue #556F93

Tints of Kashmir Blue #556F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

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

R = 24.78%
G = 32.36%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556F93 (or 0x556F93) is known color: Kashmir Blue. HEX triplet: 55, 6F and 93. RGB value is (85,111,147). Sum of RGB (Red+Green+Blue) = 85+111+147=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #556F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F93 is #AA906C. Grayscale: #6B6B6B. Windows color (decimal): -11178093 or 9662293. OLE color: 9662293.

HSL color Cylindrical-coordinate representation of color #556F93: hue angle of 214.84º 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 #556F93 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 111 147 -
CMYK 0.42 0.24 0 0.42
HSL 214.84º 0.27% 0.45% -
HSV(B) 214.84º 0.42% 0.58% -
XYZ 14.7 15.41 29.8 -
YUV 107.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 85 111 147 0.42 0.24 0 0.42 214.84 0.27 0.45
Hex 55 6F 93 2A 18 0 2A D7 1B 2D
Octal 125 157 223 52 30 0 52 327 33 55
Binary 1010101 1101111 10010011 101010 11000 0 101010 11010111 11011 101101

Color Harmonies of #556F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F93

Black with #556F93

Text Example


Text Example

White with #556F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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