Html Css Color HEX #557987 Hoki

📋 copy color: '#557987'

red 85 ◦ green 121 ◦ blue 135

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

Shades of Hoki #557987

Tints of Hoki #557987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.48%

 BLUE value IS 135 (53.13% from 255) = 39.59%

R = 24.93%
G = 35.48%
B = 39.59%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#557987 (or 0x557987) is known color: Hoki. HEX triplet: 55, 79 and 87. RGB value is (85,121,135). Sum of RGB (Red+Green+Blue) = 85+121+135=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #557987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557987 is #AA8678. Grayscale: #6F6F6F. Windows color (decimal): -11175545 or 8878421. OLE color: 8878421.

HSL color Cylindrical-coordinate representation of color #557987: hue angle of 196.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #557987 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 121 135 -
CMYK 0.37 0.10 0 0.47
HSL 196.8º 0.23% 0.43% -
HSV(B) 196.8º 0.37% 0.53% -
XYZ 14.96 17.36 25.48 -
YUV 111.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 85 121 135 0.37 0.10 0 0.47 196.8 0.23 0.43
Hex 55 79 87 25 A 0 2F C5 17 2B
Octal 125 171 207 45 12 0 57 305 27 53
Binary 1010101 1111001 10000111 100101 1010 0 101111 11000101 10111 101011

Color Harmonies of #557987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557987

Black with #557987

Text Example


Text Example

White with #557987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557987; }

 p { color: rgb(85,121,135); }

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

background-color css

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

 a { background-color: rgb(85,121,135); }

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

border-color css

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

 span { border-color: rgb(85,121,135); }

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