#567C90

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

Shades of Hoki #567C90

Tints of Hoki #567C90

Color information

#567C90 (or 0x567C90) is unknown color: approx Hoki. HEX triplet: 56, 7C and 90. RGB value is (86,124,144). Sum of RGB (Red+Green+Blue) = 86+124+144=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #567C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C90 is #A9836F. Grayscale: #727272. Windows color (decimal): -11109232 or 9469014. OLE color: 9469014.

HSL color Cylindrical-coordinate representation of color #567C90: hue angle of 200.69º 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 #567C90 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86124144-
CMYK0.400.1400.44
HSL200.69º25.22%45.1%-
HSV(B)200.69º40.28%56.47%-
XYZ16.0818.4129.09-
YUV114.92144.41107.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=24.29%
G=35.03%
B=40.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861241440.400.1400.44200.6925.2245.1
Hex567C9028E02Cc9192d
Octal12617422050160543113155
Binary1010110111110010010000101000111001011001100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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