#565CA1

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

Shades of Governor Bay #565CA1

Tints of Governor Bay #565CA1

Color information

#565CA1 (or 0x565CA1) is unknown color: approx Governor Bay. HEX triplet: 56, 5C and A1. RGB value is (86,92,161). Sum of RGB (Red+Green+Blue) = 86+92+161=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #565CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CA1 is #A9A35E. Grayscale: #616161. Windows color (decimal): -11117407 or 10574934. OLE color: 10574934.

HSL color Cylindrical-coordinate representation of color #565CA1: hue angle of 235.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #565CA1 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8692161-
CMYK0.470.4300.37
HSL235.2º30.36%48.43%-
HSV(B)235.2º46.58%63.14%-
XYZ14.112.2135.33-
YUV98.07163.51119.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 161 (63.28% from 255) = 47.49%
R=25.37%
G=27.14%
B=47.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86921610.470.4300.37235.230.3648.43
Hex565CA12F2B025eb1e30
Octal12613424157530453533660
Binary101011010111001010000110111110101101001011110101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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