#565295

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

Shades of Governor Bay #565295

Tints of Governor Bay #565295

Color information

#565295 (or 0x565295) is unknown color: approx Governor Bay. HEX triplet: 56, 52 and 95. RGB value is (86,82,149). Sum of RGB (Red+Green+Blue) = 86+82+149=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #565295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565295 is #A9AD6A. Grayscale: #5A5A5A. Windows color (decimal): -11119979 or 9785942. OLE color: 9785942.

HSL color Cylindrical-coordinate representation of color #565295: hue angle of 243.58º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #565295 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8682149-
CMYK0.420.4500.42
HSL243.58º29%45.29%-
HSV(B)243.58º44.97%58.43%-
XYZ12.2810.1829.75-
YUV90.83160.83124.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=27.13%
G=25.87%
B=47.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86821490.420.4500.42243.582945.29
Hex5652952A2D02Af41d2d
Octal12612222552550523643555
Binary101011010100101001010110101010110101010101111010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565295; }

 p { color: rgb(86,82,149); }

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

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

 a { background-color: rgb(86,82,149); }

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

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

 span { border-color: rgb(86,82,149); }

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