#57798C

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

Shades of Hoki #57798C

Tints of Hoki #57798C

Color information

#57798C (or 0x57798C) is unknown color: approx Hoki. HEX triplet: 57, 79 and 8C. RGB value is (87,121,140). Sum of RGB (Red+Green+Blue) = 87+121+140=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #57798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57798C is #A88673. Grayscale: #707070. Windows color (decimal): -11044468 or 9206103. OLE color: 9206103.

HSL color Cylindrical-coordinate representation of color #57798C: hue angle of 201.51º degrees, saturation: 0.23, 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 #57798C is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87121140-
CMYK0.380.1400.45
HSL201.51º23.35%44.51%-
HSV(B)201.51º37.86%54.9%-
XYZ15.517.5927.39-
YUV113143.24109.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 140 (55.08% from 255) = 40.23%
R=25%
G=34.77%
B=40.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871211400.380.1400.45201.5123.3544.51
Hex57798C26E02Dca172d
Octal12717121446160553122755
Binary1010111111100110001100100110111001011011100101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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