#57798D

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

Shades of Hoki #57798D

Tints of Hoki #57798D

Color information

#57798D (or 0x57798D) is unknown color: approx Hoki. HEX triplet: 57, 79 and 8D. RGB value is (87,121,141). Sum of RGB (Red+Green+Blue) = 87+121+141=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #57798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57798D is #A88672. Grayscale: #717171. Windows color (decimal): -11044467 or 9271639. OLE color: 9271639.

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

Color convert

RGB87121141-
CMYK0.380.1400.45
HSL202.22º23.68%44.71%-
HSV(B)202.22º38.3%55.29%-
XYZ15.5817.6227.78-
YUV113.11143.74109.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=24.93%
G=34.67%
B=40.40%

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
Decimal871211410.380.1400.45202.2223.6844.71
Hex57798D26E02Dca182d
Octal12717121546160553123055
Binary1010111111100110001101100110111001011011100101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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