Html Css Color HEX #57788B Hoki

📋 copy color: '#57788B'

red 87 ◦ green 120 ◦ blue 139

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

Shades of Hoki #57788B

Tints of Hoki #57788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

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

R = 25.14%
G = 34.68%
B = 40.17%

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

#57788B (or 0x57788B) is known color: Hoki. HEX triplet: 57, 78 and 8B. RGB value is (87,120,139). Sum of RGB (Red+Green+Blue) = 87+120+139=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 120 (47.27% from 255 or 34.68% 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 #57788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57788B is #A88774. Grayscale: #707070. Windows color (decimal): -11044725 or 9140311. OLE color: 9140311.

HSL color Cylindrical-coordinate representation of color #57788B: hue angle of 201.92º 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 #57788B is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 120 139 -
CMYK 0.37 0.14 0 0.45
HSL 201.92º 0.23% 0.44% -
HSV(B) 201.92º 0.37% 0.55% -
XYZ 15.31 17.32 26.96 -
YUV 112.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 87 120 139 0.37 0.14 0 0.45 201.92 0.23 0.44
Hex 57 78 8B 25 E 0 2D CA 17 2C
Octal 127 170 213 45 16 0 55 312 27 54
Binary 1010111 1111000 10001011 100101 1110 0 101101 11001010 10111 101100

Color Harmonies of #57788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57788B

Black with #57788B

Text Example


Text Example

White with #57788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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