Html Css Color HEX #556685 Kashmir Blue

📋 copy color: '#556685'

red 85 ◦ green 102 ◦ blue 133

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

Shades of Kashmir Blue #556685

Tints of Kashmir Blue #556685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

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

R = 26.56%
G = 31.88%
B = 41.56%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#556685 (or 0x556685) is known color: Kashmir Blue. HEX triplet: 55, 66 and 85. RGB value is (85,102,133). Sum of RGB (Red+Green+Blue) = 85+102+133=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #556685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556685 is #AA997A. Grayscale: #646464. Windows color (decimal): -11180411 or 8742485. OLE color: 8742485.

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

Color convert

RGB 85 102 133 -
CMYK 0.36 0.23 0 0.48
HSL 218.75º 0.22% 0.43% -
HSV(B) 218.75º 0.36% 0.52% -
XYZ 12.73 13.13 24.05 -
YUV 100.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 85 102 133 0.36 0.23 0 0.48 218.75 0.22 0.43
Hex 55 66 85 24 17 0 30 DB 16 2B
Octal 125 146 205 44 27 0 60 333 26 53
Binary 1010101 1100110 10000101 100100 10111 0 110000 11011011 10110 101011

Color Harmonies of #556685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556685

Black with #556685

Text Example


Text Example

White with #556685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556685; }

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

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

background-color css

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

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

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

border-color css

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

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

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