Html Css Color HEX #557887 Hoki

📋 copy color: '#557887'

red 85 ◦ green 120 ◦ blue 135

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

Shades of Hoki #557887

Tints of Hoki #557887

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.29%

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

R = 25%
G = 35.29%
B = 39.71%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#557887 (or 0x557887) is known color: Hoki. HEX triplet: 55, 78 and 87. RGB value is (85,120,135). Sum of RGB (Red+Green+Blue) = 85+120+135=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #557887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557887 is #AA8778. Grayscale: #6F6F6F. Windows color (decimal): -11175801 or 8878165. OLE color: 8878165.

HSL color Cylindrical-coordinate representation of color #557887: hue angle of 198º 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 #557887 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 120 135 -
CMYK 0.37 0.11 0 0.47
HSL 198º 0.23% 0.43% -
HSV(B) 198º 0.37% 0.53% -
XYZ 14.84 17.11 25.44 -
YUV 111.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 85 120 135 0.37 0.11 0 0.47 198 0.23 0.43
Hex 55 78 87 25 B 0 2F C6 17 2B
Octal 125 170 207 45 13 0 57 306 27 53
Binary 1010101 1111000 10000111 100101 1011 0 101111 11000110 10111 101011

Color Harmonies of #557887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557887

Black with #557887

Text Example


Text Example

White with #557887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557887; }

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

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

background-color css

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

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

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

border-color css

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

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

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