Html Css Color HEX #557B8B Hoki

📋 copy color: '#557B8B'

red 85 ◦ green 123 ◦ blue 139

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

Shades of Hoki #557B8B

Tints of Hoki #557B8B

RGB

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

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

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

R = 24.5%
G = 35.45%
B = 40.06%

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

#557B8B (or 0x557B8B) is known color: Hoki. HEX triplet: 55, 7B and 8B. RGB value is (85,123,139). Sum of RGB (Red+Green+Blue) = 85+123+139=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #557B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B8B is #AA8474. Grayscale: #717171. Windows color (decimal): -11175029 or 9141077. OLE color: 9141077.

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

Color convert

RGB 85 123 139 -
CMYK 0.39 0.12 0 0.45
HSL 197.78º 0.24% 0.44% -
HSV(B) 197.78º 0.39% 0.55% -
XYZ 15.49 17.96 27.08 -
YUV 113.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 85 123 139 0.39 0.12 0 0.45 197.78 0.24 0.44
Hex 55 7B 8B 27 C 0 2D C6 18 2C
Octal 125 173 213 47 14 0 55 306 30 54
Binary 1010101 1111011 10001011 100111 1100 0 101101 11000110 11000 101100

Color Harmonies of #557B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B8B

Black with #557B8B

Text Example


Text Example

White with #557B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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