Html Css Color HEX #565799 Governor Bay

📋 copy color: '#565799'

red 86 ◦ green 87 ◦ blue 153

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

Shades of Governor Bay #565799

Tints of Governor Bay #565799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 26.38%
G = 26.69%
B = 46.93%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#565799 (or 0x565799) is known color: Governor Bay. HEX triplet: 56, 57 and 99. RGB value is (86,87,153). Sum of RGB (Red+Green+Blue) = 86+87+153=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #565799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565799 is #A9A866. Grayscale: #5D5D5D. Windows color (decimal): -11118695 or 10049366. OLE color: 10049366.

HSL color Cylindrical-coordinate representation of color #565799: hue angle of 239.1º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #565799 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 87 153 -
CMYK 0.44 0.43 0 0.4
HSL 239.1º 0.28% 0.47% -
HSV(B) 239.1º 0.44% 0.6% -
XYZ 13 11.09 31.59 -
YUV 94.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 86 87 153 0.44 0.43 0 0.4 239.1 0.28 0.47
Hex 56 57 99 2C 2B 0 28 EF 1C 2F
Octal 126 127 231 54 53 0 50 357 34 57
Binary 1010110 1010111 10011001 101100 101011 0 101000 11101111 11100 101111

Color Harmonies of #565799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565799

Black with #565799

Text Example


Text Example

White with #565799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565799; }

 p { color: rgb(86,87,153); }

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

background-color css

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

 a { background-color: rgb(86,87,153); }

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

border-color css

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

 span { border-color: rgb(86,87,153); }

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