Html Css Color HEX #556084 Kashmir Blue

📋 copy color: '#556084'

red 85 ◦ green 96 ◦ blue 132

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

Shades of Kashmir Blue #556084

Tints of Kashmir Blue #556084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 132 (51.95% from 255) = 42.17%

R = 27.16%
G = 30.67%
B = 42.17%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#556084 (or 0x556084) is known color: Kashmir Blue. HEX triplet: 55, 60 and 84. RGB value is (85,96,132). Sum of RGB (Red+Green+Blue) = 85+96+132=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #556084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556084 is #AA9F7B. Grayscale: #606060. Windows color (decimal): -11181948 or 8675413. OLE color: 8675413.

HSL color Cylindrical-coordinate representation of color #556084: hue angle of 225.96º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556084 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 96 132 -
CMYK 0.36 0.27 0 0.48
HSL 225.96º 0.22% 0.43% -
HSV(B) 225.96º 0.36% 0.52% -
XYZ 12.09 11.96 23.5 -
YUV 96.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 85 96 132 0.36 0.27 0 0.48 225.96 0.22 0.43
Hex 55 60 84 24 1B 0 30 E2 16 2B
Octal 125 140 204 44 33 0 60 342 26 53
Binary 1010101 1100000 10000100 100100 11011 0 110000 11100010 10110 101011

Color Harmonies of #556084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556084

Black with #556084

Text Example


Text Example

White with #556084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556084; }

 p { color: rgb(85,96,132); }

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

background-color css

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

 a { background-color: rgb(85,96,132); }

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

border-color css

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

 span { border-color: rgb(85,96,132); }

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