Html Css Color HEX #55708B Kashmir Blue

📋 copy color: '#55708B'

red 85 ◦ green 112 ◦ blue 139

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

Shades of Kashmir Blue #55708B

Tints of Kashmir Blue #55708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 25.3%
G = 33.33%
B = 41.37%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55708B (or 0x55708B) is known color: Kashmir Blue. HEX triplet: 55, 70 and 8B. RGB value is (85,112,139). Sum of RGB (Red+Green+Blue) = 85+112+139=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #55708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55708B is #AA8F74. Grayscale: #6A6A6A. Windows color (decimal): -11177845 or 9138261. OLE color: 9138261.

HSL color Cylindrical-coordinate representation of color #55708B: hue angle of 210º 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 #55708B is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 112 139 -
CMYK 0.39 0.19 0 0.45
HSL 210º 0.24% 0.44% -
HSV(B) 210º 0.39% 0.55% -
XYZ 14.2 15.38 26.65 -
YUV 107.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 85 112 139 0.39 0.19 0 0.45 210 0.24 0.44
Hex 55 70 8B 27 13 0 2D D2 18 2C
Octal 125 160 213 47 23 0 55 322 30 54
Binary 1010101 1110000 10001011 100111 10011 0 101101 11010010 11000 101100

Color Harmonies of #55708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55708B

Black with #55708B

Text Example


Text Example

White with #55708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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