Html Css Color HEX #565899 Governor Bay

📋 copy color: '#565899'

red 86 ◦ green 88 ◦ blue 153

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

Shades of Governor Bay #565899

Tints of Governor Bay #565899

RGB

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

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

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

R = 26.3%
G = 26.91%
B = 46.79%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#565899 (or 0x565899) is known color: Governor Bay. HEX triplet: 56, 58 and 99. RGB value is (86,88,153). Sum of RGB (Red+Green+Blue) = 86+88+153=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #565899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565899 is #A9A766. Grayscale: #5E5E5E. Windows color (decimal): -11118439 or 10049622. OLE color: 10049622.

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

Color convert

RGB 86 88 153 -
CMYK 0.44 0.42 0 0.4
HSL 238.21º 0.28% 0.47% -
HSV(B) 238.21º 0.44% 0.6% -
XYZ 13.08 11.26 31.62 -
YUV 94.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 86 88 153 0.44 0.42 0 0.4 238.21 0.28 0.47
Hex 56 58 99 2C 2A 0 28 EE 1C 2F
Octal 126 130 231 54 52 0 50 356 34 57
Binary 1010110 1011000 10011001 101100 101010 0 101000 11101110 11100 101111

Color Harmonies of #565899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565899

Black with #565899

Text Example


Text Example

White with #565899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565899; }

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

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

background-color css

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

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

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

border-color css

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

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

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