#567F90

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

Shades of Hoki #567F90

Tints of Hoki #567F90

Color information

#567F90 (or 0x567F90) is unknown color: approx Hoki. HEX triplet: 56, 7F and 90. RGB value is (86,127,144). Sum of RGB (Red+Green+Blue) = 86+127+144=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #567F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F90 is #A9806F. Grayscale: #747474. Windows color (decimal): -11108464 or 9469782. OLE color: 9469782.

HSL color Cylindrical-coordinate representation of color #567F90: hue angle of 197.59º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #567F90 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86127144-
CMYK0.400.1200.44
HSL197.59º25.22%45.1%-
HSV(B)197.59º40.28%56.47%-
XYZ16.4619.1729.22-
YUV116.68143.42106.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=24.09%
G=35.57%
B=40.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861271440.400.1200.44197.5925.2245.1
Hex567F9028C02Cc6192d
Octal12617722050140543063155
Binary1010110111111110010000101000110001011001100011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567F90; }

 p { color: rgb(86,127,144); }

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

<style>
 a { background-color: #567F90; }

 a { background-color: rgb(86,127,144); }

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

<style>
 span { border-color: #567F90; }

 span { border-color: rgb(86,127,144); }

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