Html Css Color HEX #557B8C Hoki

📋 copy color: '#557B8C'

red 85 ◦ green 123 ◦ blue 140

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

Shades of Hoki #557B8C

Tints of Hoki #557B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

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

R = 24.43%
G = 35.34%
B = 40.23%

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

#557B8C (or 0x557B8C) is known color: Hoki. HEX triplet: 55, 7B and 8C. RGB value is (85,123,140). Sum of RGB (Red+Green+Blue) = 85+123+140=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #557B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B8C is #AA8473. Grayscale: #717171. Windows color (decimal): -11175028 or 9206613. OLE color: 9206613.

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

Color convert

RGB 85 123 140 -
CMYK 0.39 0.12 0 0.45
HSL 198.55º 0.24% 0.44% -
HSV(B) 198.55º 0.39% 0.55% -
XYZ 15.56 17.99 27.46 -
YUV 113.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 85 123 140 0.39 0.12 0 0.45 198.55 0.24 0.44
Hex 55 7B 8C 27 C 0 2D C7 18 2C
Octal 125 173 214 47 14 0 55 307 30 54
Binary 1010101 1111011 10001100 100111 1100 0 101101 11000111 11000 101100

Color Harmonies of #557B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B8C

Black with #557B8C

Text Example


Text Example

White with #557B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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