#57798A

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

Shades of Hoki #57798A

Tints of Hoki #57798A

Color information

#57798A (or 0x57798A) is unknown color: approx Hoki. HEX triplet: 57, 79 and 8A. RGB value is (87,121,138). Sum of RGB (Red+Green+Blue) = 87+121+138=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #57798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57798A is #A88675. Grayscale: #707070. Windows color (decimal): -11044470 or 9075031. OLE color: 9075031.

HSL color Cylindrical-coordinate representation of color #57798A: hue angle of 200º 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 #57798A is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB87121138-
CMYK0.370.1200.46
HSL200º22.67%44.12%-
HSV(B)200º36.96%54.12%-
XYZ15.3617.5426.62-
YUV112.77142.24109.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=25.14%
G=34.97%
B=39.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871211380.370.1200.4620022.6744.12
Hex57798A25C02Ec8172c
Octal12717121245140563102754
Binary1010111111100110001010100101110001011101100100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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