Html Css Color HEX #557A8C Hoki

📋 copy color: '#557A8C'

red 85 ◦ green 122 ◦ blue 140

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

Shades of Hoki #557A8C

Tints of Hoki #557A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 24.5%
G = 35.16%
B = 40.35%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#557A8C (or 0x557A8C) is known color: Hoki. HEX triplet: 55, 7A and 8C. RGB value is (85,122,140). Sum of RGB (Red+Green+Blue) = 85+122+140=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #557A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A8C is #AA8573. Grayscale: #707070. Windows color (decimal): -11175284 or 9206357. OLE color: 9206357.

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

Color convert

RGB 85 122 140 -
CMYK 0.39 0.13 0 0.45
HSL 199.64º 0.24% 0.44% -
HSV(B) 199.64º 0.39% 0.55% -
XYZ 15.44 17.74 27.42 -
YUV 112.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 85 122 140 0.39 0.13 0 0.45 199.64 0.24 0.44
Hex 55 7A 8C 27 D 0 2D C8 18 2C
Octal 125 172 214 47 15 0 55 310 30 54
Binary 1010101 1111010 10001100 100111 1101 0 101101 11001000 11000 101100

Color Harmonies of #557A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A8C

Black with #557A8C

Text Example


Text Example

White with #557A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,122,140); }

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

background-color css

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

 a { background-color: rgb(85,122,140); }

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

border-color css

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

 span { border-color: rgb(85,122,140); }

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