Html Css Color HEX #55708D Kashmir Blue

📋 copy color: '#55708D'

red 85 ◦ green 112 ◦ blue 141

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

Shades of Kashmir Blue #55708D

Tints of Kashmir Blue #55708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 25.15%
G = 33.14%
B = 41.72%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55708D (or 0x55708D) is known color: Kashmir Blue. HEX triplet: 55, 70 and 8D. RGB value is (85,112,141). Sum of RGB (Red+Green+Blue) = 85+112+141=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #55708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55708D is #AA8F72. Grayscale: #6B6B6B. Windows color (decimal): -11177843 or 9269333. OLE color: 9269333.

HSL color Cylindrical-coordinate representation of color #55708D: hue angle of 211.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55708D is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 112 141 -
CMYK 0.40 0.21 0 0.45
HSL 211.07º 0.25% 0.44% -
HSV(B) 211.07º 0.4% 0.55% -
XYZ 14.35 15.44 27.42 -
YUV 107.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 85 112 141 0.40 0.21 0 0.45 211.07 0.25 0.44
Hex 55 70 8D 28 15 0 2D D3 19 2C
Octal 125 160 215 50 25 0 55 323 31 54
Binary 1010101 1110000 10001101 101000 10101 0 101101 11010011 11001 101100

Color Harmonies of #55708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55708D

Black with #55708D

Text Example


Text Example

White with #55708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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