#565E92

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

Shades of Governor Bay #565E92

Tints of Governor Bay #565E92

Color information

#565E92 (or 0x565E92) is unknown color: approx Governor Bay. HEX triplet: 56, 5E and 92. RGB value is (86,94,146). Sum of RGB (Red+Green+Blue) = 86+94+146=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #565E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E92 is #A9A16D. Grayscale: #616161. Windows color (decimal): -11116910 or 9592406. OLE color: 9592406.

HSL color Cylindrical-coordinate representation of color #565E92: hue angle of 232º 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 #565E92 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8694146-
CMYK0.410.3600.43
HSL232º25.86%45.49%-
HSV(B)232º41.1%57.25%-
XYZ13.0312.0628.84-
YUV97.54155.35119.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=26.38%
G=28.83%
B=44.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86941460.410.3600.4323225.8645.49
Hex565E92292402Be81a2d
Octal12613622251440533503255
Binary101011010111101001001010100110010001010111110100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565E92; }

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

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

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

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

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

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

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

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