#565B9B

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

Shades of Governor Bay #565B9B

Tints of Governor Bay #565B9B

Color information

#565B9B (or 0x565B9B) is unknown color: approx Governor Bay. HEX triplet: 56, 5B and 9B. RGB value is (86,91,155). Sum of RGB (Red+Green+Blue) = 86+91+155=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #565B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565B9B is #A9A464. Grayscale: #606060. Windows color (decimal): -11117669 or 10181462. OLE color: 10181462.

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

Color convert

RGB8691155-
CMYK0.450.4100.39
HSL235.65º28.63%47.25%-
HSV(B)235.65º44.52%60.78%-
XYZ13.511.8332.58-
YUV96.8160.84120.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=25.90%
G=27.41%
B=46.69%

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
Decimal86911550.450.4100.39235.6528.6347.25
Hex565B9B2D29027ec1d2f
Octal12613323355510473543557
Binary101011010110111001101110110110100101001111110110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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