#567E88

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

Shades of Hoki #567E88

Tints of Hoki #567E88

Color information

#567E88 (or 0x567E88) is unknown color: approx Hoki. HEX triplet: 56, 7E and 88. RGB value is (86,126,136). Sum of RGB (Red+Green+Blue) = 86+126+136=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #567E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E88 is #A98177. Grayscale: #737373. Windows color (decimal): -11108728 or 8945238. OLE color: 8945238.

HSL color Cylindrical-coordinate representation of color #567E88: hue angle of 192º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #567E88 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86126136-
CMYK0.370.0700.47
HSL192º22.52%43.53%-
HSV(B)192º36.76%53.33%-
XYZ15.7418.6826.07-
YUV115.18139.75107.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=24.71%
G=36.21%
B=39.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861261360.370.0700.4719222.5243.53
Hex567E8825702Fc0172c
Octal1261762104570573002754
Binary101011011111101000100010010111101011111100000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,126,136); }

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

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

 a { background-color: rgb(86,126,136); }

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

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

 span { border-color: rgb(86,126,136); }

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