#565C8A

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

Shades of Governor Bay #565C8A

Tints of Governor Bay #565C8A

Color information

#565C8A (or 0x565C8A) is unknown color: approx Governor Bay. HEX triplet: 56, 5C and 8A. RGB value is (86,92,138). Sum of RGB (Red+Green+Blue) = 86+92+138=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #565C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C8A is #A9A375. Grayscale: #5F5F5F. Windows color (decimal): -11117430 or 9067606. OLE color: 9067606.

HSL color Cylindrical-coordinate representation of color #565C8A: hue angle of 233.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565C8A is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8692138-
CMYK0.380.3300.46
HSL233.08º23.21%43.92%-
HSV(B)233.08º37.68%54.12%-
XYZ12.2511.4725.61-
YUV95.45152.01121.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.22%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=27.22%
G=29.11%
B=43.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86921380.380.3300.46233.0823.2143.92
Hex565C8A262102Ee9172c
Octal12613421246410563512754
Binary101011010111001000101010011010000101011101110100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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