Html Css Color HEX #565895 Governor Bay

📋 copy color: '#565895'

red 86 ◦ green 88 ◦ blue 149

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

Shades of Governor Bay #565895

Tints of Governor Bay #565895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 26.63%
G = 27.24%
B = 46.13%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#565895 (or 0x565895) is known color: Governor Bay. HEX triplet: 56, 58 and 95. RGB value is (86,88,149). Sum of RGB (Red+Green+Blue) = 86+88+149=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #565895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565895 is #A9A76A. Grayscale: #5E5E5E. Windows color (decimal): -11118443 or 9787478. OLE color: 9787478.

HSL color Cylindrical-coordinate representation of color #565895: hue angle of 238.1º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #565895 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 88 149 -
CMYK 0.42 0.41 0 0.42
HSL 238.1º 0.27% 0.46% -
HSV(B) 238.1º 0.42% 0.58% -
XYZ 12.75 11.13 29.91 -
YUV 94.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 86 88 149 0.42 0.41 0 0.42 238.1 0.27 0.46
Hex 56 58 95 2A 29 0 2A EE 1B 2E
Octal 126 130 225 52 51 0 52 356 33 56
Binary 1010110 1011000 10010101 101010 101001 0 101010 11101110 11011 101110

Color Harmonies of #565895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565895

Black with #565895

Text Example


Text Example

White with #565895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565895; }

 p { color: rgb(86,88,149); }

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

background-color css

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

 a { background-color: rgb(86,88,149); }

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

border-color css

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

 span { border-color: rgb(86,88,149); }

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