Html Css Color HEX #556585 Kashmir Blue

📋 copy color: '#556585'

red 85 ◦ green 101 ◦ blue 133

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

Shades of Kashmir Blue #556585

Tints of Kashmir Blue #556585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 26.65%
G = 31.66%
B = 41.69%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#556585 (or 0x556585) is known color: Kashmir Blue. HEX triplet: 55, 65 and 85. RGB value is (85,101,133). Sum of RGB (Red+Green+Blue) = 85+101+133=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #556585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556585 is #AA9A7A. Grayscale: #636363. Windows color (decimal): -11180667 or 8742229. OLE color: 8742229.

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

Color convert

RGB 85 101 133 -
CMYK 0.36 0.24 0 0.48
HSL 220º 0.22% 0.43% -
HSV(B) 220º 0.36% 0.52% -
XYZ 12.63 12.93 24.02 -
YUV 99.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 85 101 133 0.36 0.24 0 0.48 220 0.22 0.43
Hex 55 65 85 24 18 0 30 DC 16 2B
Octal 125 145 205 44 30 0 60 334 26 53
Binary 1010101 1100101 10000101 100100 11000 0 110000 11011100 10110 101011

Color Harmonies of #556585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556585

Black with #556585

Text Example


Text Example

White with #556585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556585; }

 p { color: rgb(85,101,133); }

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

background-color css

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

 a { background-color: rgb(85,101,133); }

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

border-color css

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

 span { border-color: rgb(85,101,133); }

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