Html Css Color HEX #556885 Kashmir Blue

📋 copy color: '#556885'

red 85 ◦ green 104 ◦ blue 133

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

Shades of Kashmir Blue #556885

Tints of Kashmir Blue #556885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.3%

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

R = 26.4%
G = 32.3%
B = 41.3%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#556885 (or 0x556885) is known color: Kashmir Blue. HEX triplet: 55, 68 and 85. RGB value is (85,104,133). Sum of RGB (Red+Green+Blue) = 85+104+133=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #556885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556885 is #AA977A. Grayscale: #656565. Windows color (decimal): -11179899 or 8742997. OLE color: 8742997.

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

Color convert

RGB 85 104 133 -
CMYK 0.36 0.22 0 0.48
HSL 216.25º 0.22% 0.43% -
HSV(B) 216.25º 0.36% 0.52% -
XYZ 12.93 13.53 24.12 -
YUV 101.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 85 104 133 0.36 0.22 0 0.48 216.25 0.22 0.43
Hex 55 68 85 24 16 0 30 D8 16 2B
Octal 125 150 205 44 26 0 60 330 26 53
Binary 1010101 1101000 10000101 100100 10110 0 110000 11011000 10110 101011

Color Harmonies of #556885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556885

Black with #556885

Text Example


Text Example

White with #556885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556885; }

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

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

background-color css

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

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

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

border-color css

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

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

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