Html Css Color HEX #57788A Hoki

📋 copy color: '#57788A'

red 87 ◦ green 120 ◦ blue 138

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

Shades of Hoki #57788A

Tints of Hoki #57788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 25.22%
G = 34.78%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57788A (or 0x57788A) is known color: Hoki. HEX triplet: 57, 78 and 8A. RGB value is (87,120,138). Sum of RGB (Red+Green+Blue) = 87+120+138=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #57788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57788A is #A88775. Grayscale: #707070. Windows color (decimal): -11044726 or 9074775. OLE color: 9074775.

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

Color convert

RGB 87 120 138 -
CMYK 0.37 0.13 0 0.46
HSL 201.18º 0.23% 0.44% -
HSV(B) 201.18º 0.37% 0.54% -
XYZ 15.23 17.29 26.58 -
YUV 112.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 87 120 138 0.37 0.13 0 0.46 201.18 0.23 0.44
Hex 57 78 8A 25 D 0 2E C9 17 2C
Octal 127 170 212 45 15 0 56 311 27 54
Binary 1010111 1111000 10001010 100101 1101 0 101110 11001001 10111 101100

Color Harmonies of #57788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57788A

Black with #57788A

Text Example


Text Example

White with #57788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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