Html Css Color HEX #565C88 Governor Bay

📋 copy color: '#565C88'

red 86 ◦ green 92 ◦ blue 136

#565C88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #565C88

Tints of Governor Bay #565C88

RGB

 RED value IS 86 (33.98% from 255) = 27.39%

 GREEN value IS 92 (36.33% from 255) = 29.3%

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 27.39%
G = 29.3%
B = 43.31%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#565C88 (or 0x565C88) is known color: Governor Bay. HEX triplet: 56, 5C and 88. RGB value is (86,92,136). Sum of RGB (Red+Green+Blue) = 86+92+136=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #565C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C88 is #A9A377. Grayscale: #5F5F5F. Windows color (decimal): -11117432 or 8936534. OLE color: 8936534.

HSL color Cylindrical-coordinate representation of color #565C88: hue angle of 232.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #565C88 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 92 136 -
CMYK 0.37 0.32 0 0.47
HSL 232.8º 0.23% 0.44% -
HSV(B) 232.8º 0.37% 0.53% -
XYZ 12.11 11.41 24.86 -
YUV 95.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 86 92 136 0.37 0.32 0 0.47 232.8 0.23 0.44
Hex 56 5C 88 25 20 0 2F E9 17 2C
Octal 126 134 210 45 40 0 57 351 27 54
Binary 1010110 1011100 10001000 100101 100000 0 101111 11101001 10111 101100

Color Harmonies of #565C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C88

Black with #565C88

Text Example


Text Example

White with #565C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #565C88;
 }
 .AnyTagClassName
 {
   color: #565C88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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