Html Css Color HEX #57778B Hoki

📋 copy color: '#57778B'

red 87 ◦ green 119 ◦ blue 139

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

Shades of Hoki #57778B

Tints of Hoki #57778B

RGB

 RED value IS 87 (34.38% from 255) = 25.22%

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 25.22%
G = 34.49%
B = 40.29%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57778B (or 0x57778B) is known color: Hoki. HEX triplet: 57, 77 and 8B. RGB value is (87,119,139). Sum of RGB (Red+Green+Blue) = 87+119+139=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #57778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57778B is #A88874. Grayscale: #6F6F6F. Windows color (decimal): -11044981 or 9140055. OLE color: 9140055.

HSL color Cylindrical-coordinate representation of color #57778B: hue angle of 203.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57778B is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 119 139 -
CMYK 0.37 0.14 0 0.45
HSL 203.08º 0.23% 0.44% -
HSV(B) 203.08º 0.37% 0.55% -
XYZ 15.19 17.08 26.92 -
YUV 111.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 87 119 139 0.37 0.14 0 0.45 203.08 0.23 0.44
Hex 57 77 8B 25 E 0 2D CB 17 2C
Octal 127 167 213 45 16 0 55 313 27 54
Binary 1010111 1110111 10001011 100101 1110 0 101101 11001011 10111 101100

Color Harmonies of #57778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57778B

Black with #57778B

Text Example


Text Example

White with #57778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57778B; }

 p { color: rgb(87,119,139); }

 H1.HeaderClassName
 {
   color: #57778B;
 }
 .AnyTagClassName
 {
   color: #57778B;
 }
</style>

background-color css

<style>
 a { background-color: #57778B; }

 a { background-color: rgb(87,119,139); }

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

border-color css

<style>
 span { border-color: #57778B; }

 span { border-color: rgb(87,119,139); }

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