Html Css Color HEX #557F8E Hoki

📋 copy color: '#557F8E'

red 85 ◦ green 127 ◦ blue 142

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

Shades of Hoki #557F8E

Tints of Hoki #557F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 24.01%
G = 35.88%
B = 40.11%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#557F8E (or 0x557F8E) is known color: Hoki. HEX triplet: 55, 7F and 8E. RGB value is (85,127,142). Sum of RGB (Red+Green+Blue) = 85+127+142=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #557F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F8E is #AA8071. Grayscale: #747474. Windows color (decimal): -11174002 or 9338709. OLE color: 9338709.

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

Color convert

RGB 85 127 142 -
CMYK 0.40 0.11 0 0.44
HSL 195.79º 0.25% 0.45% -
HSV(B) 195.79º 0.4% 0.56% -
XYZ 16.22 19.06 28.42 -
YUV 116.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 85 127 142 0.40 0.11 0 0.44 195.79 0.25 0.45
Hex 55 7F 8E 28 B 0 2C C4 19 2D
Octal 125 177 216 50 13 0 54 304 31 55
Binary 1010101 1111111 10001110 101000 1011 0 101100 11000100 11001 101101

Color Harmonies of #557F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F8E

Black with #557F8E

Text Example


Text Example

White with #557F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557F8E; }

 p { color: rgb(85,127,142); }

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

background-color css

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

 a { background-color: rgb(85,127,142); }

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

border-color css

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

 span { border-color: rgb(85,127,142); }

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