Html Css Color HEX #55708C Kashmir Blue

📋 copy color: '#55708C'

red 85 ◦ green 112 ◦ blue 140

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

Shades of Kashmir Blue #55708C

Tints of Kashmir Blue #55708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 25.22%
G = 33.23%
B = 41.54%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55708C (or 0x55708C) is known color: Kashmir Blue. HEX triplet: 55, 70 and 8C. RGB value is (85,112,140). Sum of RGB (Red+Green+Blue) = 85+112+140=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #55708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55708C is #AA8F73. Grayscale: #6A6A6A. Windows color (decimal): -11177844 or 9203797. OLE color: 9203797.

HSL color Cylindrical-coordinate representation of color #55708C: hue angle of 210.55º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55708C is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 112 140 -
CMYK 0.39 0.20 0 0.45
HSL 210.55º 0.24% 0.44% -
HSV(B) 210.55º 0.39% 0.55% -
XYZ 14.27 15.41 27.03 -
YUV 107.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 85 112 140 0.39 0.20 0 0.45 210.55 0.24 0.44
Hex 55 70 8C 27 14 0 2D D3 18 2C
Octal 125 160 214 47 24 0 55 323 30 54
Binary 1010101 1110000 10001100 100111 10100 0 101101 11010011 11000 101100

Color Harmonies of #55708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55708C

Black with #55708C

Text Example


Text Example

White with #55708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55708C; }

 p { color: rgb(85,112,140); }

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

background-color css

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

 a { background-color: rgb(85,112,140); }

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

border-color css

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

 span { border-color: rgb(85,112,140); }

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