Html Css Color HEX #565995 Governor Bay

📋 copy color: '#565995'

red 86 ◦ green 89 ◦ blue 149

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

Shades of Governor Bay #565995

Tints of Governor Bay #565995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 26.54%
G = 27.47%
B = 45.99%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#565995 (or 0x565995) is known color: Governor Bay. HEX triplet: 56, 59 and 95. RGB value is (86,89,149). Sum of RGB (Red+Green+Blue) = 86+89+149=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #565995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565995 is #A9A66A. Grayscale: #5E5E5E. Windows color (decimal): -11118187 or 9787734. OLE color: 9787734.

HSL color Cylindrical-coordinate representation of color #565995: hue angle of 237.14º 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 #565995 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 89 149 -
CMYK 0.42 0.40 0 0.42
HSL 237.14º 0.27% 0.46% -
HSV(B) 237.14º 0.42% 0.58% -
XYZ 12.83 11.29 29.94 -
YUV 94.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 86 89 149 0.42 0.40 0 0.42 237.14 0.27 0.46
Hex 56 59 95 2A 28 0 2A ED 1B 2E
Octal 126 131 225 52 50 0 52 355 33 56
Binary 1010110 1011001 10010101 101010 101000 0 101010 11101101 11011 101110

Color Harmonies of #565995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565995

Black with #565995

Text Example


Text Example

White with #565995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565995; }

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

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

background-color css

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

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

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

border-color css

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

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

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