Html Css Color HEX #557A8B Hoki

📋 copy color: '#557A8B'

red 85 ◦ green 122 ◦ blue 139

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

Shades of Hoki #557A8B

Tints of Hoki #557A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 24.57%
G = 35.26%
B = 40.17%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#557A8B (or 0x557A8B) is known color: Hoki. HEX triplet: 55, 7A and 8B. RGB value is (85,122,139). Sum of RGB (Red+Green+Blue) = 85+122+139=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #557A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A8B is #AA8574. Grayscale: #707070. Windows color (decimal): -11175285 or 9140821. OLE color: 9140821.

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

Color convert

RGB 85 122 139 -
CMYK 0.39 0.12 0 0.45
HSL 198.89º 0.24% 0.44% -
HSV(B) 198.89º 0.39% 0.55% -
XYZ 15.37 17.71 27.04 -
YUV 112.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 85 122 139 0.39 0.12 0 0.45 198.89 0.24 0.44
Hex 55 7A 8B 27 C 0 2D C7 18 2C
Octal 125 172 213 47 14 0 55 307 30 54
Binary 1010101 1111010 10001011 100111 1100 0 101101 11000111 11000 101100

Color Harmonies of #557A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A8B

Black with #557A8B

Text Example


Text Example

White with #557A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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