#57788D

Color #57788D Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #57788D

Tints of Hoki #57788D

Color information

#57788D (or 0x57788D) is unknown color: approx Hoki. HEX triplet: 57, 78 and 8D. RGB value is (87,120,141). Sum of RGB (Red+Green+Blue) = 87+120+141=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #57788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57788D is #A88772. Grayscale: #707070. Windows color (decimal): -11044723 or 9271383. OLE color: 9271383.

HSL color Cylindrical-coordinate representation of color #57788D: hue angle of 203.33º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57788D is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87120141-
CMYK0.380.1500.45
HSL203.33º23.68%44.71%-
HSV(B)203.33º38.3%55.29%-
XYZ15.4517.3827.74-
YUV112.53144.07109.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=25%
G=34.48%
B=40.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871201410.380.1500.45203.3323.6844.71
Hex57788D26F02Dcb182d
Octal12717021546170553133055
Binary1010111111100010001101100110111101011011100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57788D;
 }
 .AnyTagClassName
 {
   color: #57788D;
 }
</style>
background-color css

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

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

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

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

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

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