Html Css Color HEX #557D8E Hoki

📋 copy color: '#557D8E'

red 85 ◦ green 125 ◦ blue 142

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

Shades of Hoki #557D8E

Tints of Hoki #557D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

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

R = 24.15%
G = 35.51%
B = 40.34%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#557D8E (or 0x557D8E) is known color: Hoki. HEX triplet: 55, 7D and 8E. RGB value is (85,125,142). Sum of RGB (Red+Green+Blue) = 85+125+142=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #557D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D8E is #AA8271. Grayscale: #727272. Windows color (decimal): -11174514 or 9338197. OLE color: 9338197.

HSL color Cylindrical-coordinate representation of color #557D8E: hue angle of 197.89º 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 #557D8E is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 125 142 -
CMYK 0.40 0.12 0 0.44
HSL 197.89º 0.25% 0.45% -
HSV(B) 197.89º 0.4% 0.56% -
XYZ 15.96 18.55 28.33 -
YUV 114.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 85 125 142 0.40 0.12 0 0.44 197.89 0.25 0.45
Hex 55 7D 8E 28 C 0 2C C6 19 2D
Octal 125 175 216 50 14 0 54 306 31 55
Binary 1010101 1111101 10001110 101000 1100 0 101100 11000110 11001 101101

Color Harmonies of #557D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D8E

Black with #557D8E

Text Example


Text Example

White with #557D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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