#565CA2

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

Shades of Governor Bay #565CA2

Tints of Governor Bay #565CA2

Color information

#565CA2 (or 0x565CA2) is unknown color: approx Governor Bay. HEX triplet: 56, 5C and A2. RGB value is (86,92,162). Sum of RGB (Red+Green+Blue) = 86+92+162=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #565CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CA2 is #A9A35D. Grayscale: #616161. Windows color (decimal): -11117406 or 10640470. OLE color: 10640470.

HSL color Cylindrical-coordinate representation of color #565CA2: hue angle of 235.26º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #565CA2 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8692162-
CMYK0.470.4300.36
HSL235.26º30.65%48.63%-
HSV(B)235.26º46.91%63.53%-
XYZ14.1912.2435.8-
YUV98.19164.01119.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 162 (63.67% from 255) = 47.65%
R=25.29%
G=27.06%
B=47.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86921620.470.4300.36235.2630.6548.63
Hex565CA22F2B024eb1f31
Octal12613424257530443533761
Binary101011010111001010001010111110101101001001110101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,92,162); }

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

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

 a { background-color: rgb(86,92,162); }

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

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

 span { border-color: rgb(86,92,162); }

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