Html Css Color HEX #565595 Governor Bay

📋 copy color: '#565595'

red 86 ◦ green 85 ◦ blue 149

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

Shades of Governor Bay #565595

Tints of Governor Bay #565595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

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

R = 26.88%
G = 26.56%
B = 46.56%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#565595 (or 0x565595) is known color: Governor Bay. HEX triplet: 56, 55 and 95. RGB value is (86,85,149). Sum of RGB (Red+Green+Blue) = 86+85+149=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #565595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565595 is #A9AA6A. Grayscale: #5C5C5C. Windows color (decimal): -11119211 or 9786710. OLE color: 9786710.

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

Color convert

RGB 86 85 149 -
CMYK 0.42 0.43 0 0.42
HSL 240.94º 0.27% 0.46% -
HSV(B) 240.94º 0.43% 0.58% -
XYZ 12.51 10.65 29.83 -
YUV 92.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 86 85 149 0.42 0.43 0 0.42 240.94 0.27 0.46
Hex 56 55 95 2A 2B 0 2A F1 1B 2E
Octal 126 125 225 52 53 0 52 361 33 56
Binary 1010110 1010101 10010101 101010 101011 0 101010 11110001 11011 101110

Color Harmonies of #565595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565595

Black with #565595

Text Example


Text Example

White with #565595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565595; }

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

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

background-color css

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

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

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

border-color css

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

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

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