#565892

Color #565892 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #565892

Tints of Governor Bay #565892

Color information

#565892 (or 0x565892) is unknown color: approx Governor Bay. HEX triplet: 56, 58 and 92. RGB value is (86,88,146). Sum of RGB (Red+Green+Blue) = 86+88+146=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #565892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565892 is #A9A76D. Grayscale: #5D5D5D. Windows color (decimal): -11118446 or 9590870. OLE color: 9590870.

HSL color Cylindrical-coordinate representation of color #565892: hue angle of 238º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #565892 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8688146-
CMYK0.410.4000.43
HSL238º25.86%45.49%-
HSV(B)238º41.1%57.25%-
XYZ12.5211.0328.66-
YUV94.01157.34122.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=26.88%
G=27.5%
B=45.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86881460.410.4000.4323825.8645.49
Hex565892292802Bee1a2d
Octal12613022251500533563255
Binary101011010110001001001010100110100001010111110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565892; }

 p { color: rgb(86,88,146); }

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

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

 a { background-color: rgb(86,88,146); }

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

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

 span { border-color: rgb(86,88,146); }

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