#565C9B

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

Shades of Governor Bay #565C9B

Tints of Governor Bay #565C9B

Color information

#565C9B (or 0x565C9B) is unknown color: approx Governor Bay. HEX triplet: 56, 5C and 9B. RGB value is (86,92,155). Sum of RGB (Red+Green+Blue) = 86+92+155=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #565C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C9B is #A9A364. Grayscale: #616161. Windows color (decimal): -11117413 or 10181718. OLE color: 10181718.

HSL color Cylindrical-coordinate representation of color #565C9B: hue angle of 234.78º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #565C9B is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8692155-
CMYK0.450.4100.39
HSL234.78º28.63%47.25%-
HSV(B)234.78º44.52%60.78%-
XYZ13.581232.61-
YUV97.39160.51119.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=25.83%
G=27.63%
B=46.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86921550.450.4100.39234.7828.6347.25
Hex565C9B2D29027eb1d2f
Octal12613423355510473533557
Binary101011010111001001101110110110100101001111110101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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