Html Css Color HEX #557C89 Hoki

📋 copy color: '#557C89'

red 85 ◦ green 124 ◦ blue 137

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

Shades of Hoki #557C89

Tints of Hoki #557C89

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 24.57%
G = 35.84%
B = 39.6%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#557C89 (or 0x557C89) is known color: Hoki. HEX triplet: 55, 7C and 89. RGB value is (85,124,137). Sum of RGB (Red+Green+Blue) = 85+124+137=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #557C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C89 is #AA8376. Grayscale: #717171. Windows color (decimal): -11174775 or 9010261. OLE color: 9010261.

HSL color Cylindrical-coordinate representation of color #557C89: hue angle of 195º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557C89 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 124 137 -
CMYK 0.38 0.09 0 0.46
HSL 195º 0.23% 0.44% -
HSV(B) 195º 0.38% 0.54% -
XYZ 15.47 18.15 26.36 -
YUV 113.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 85 124 137 0.38 0.09 0 0.46 195 0.23 0.44
Hex 55 7C 89 26 9 0 2E C3 17 2C
Octal 125 174 211 46 11 0 56 303 27 54
Binary 1010101 1111100 10001001 100110 1001 0 101110 11000011 10111 101100

Color Harmonies of #557C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C89

Black with #557C89

Text Example


Text Example

White with #557C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,137); }

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

background-color css

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

 a { background-color: rgb(85,124,137); }

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

border-color css

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

 span { border-color: rgb(85,124,137); }

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