Html Css Color HEX #565E99 Governor Bay

📋 copy color: '#565E99'

red 86 ◦ green 94 ◦ blue 153

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

Shades of Governor Bay #565E99

Tints of Governor Bay #565E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

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

R = 25.83%
G = 28.23%
B = 45.95%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#565E99 (or 0x565E99) is known color: Governor Bay. HEX triplet: 56, 5E and 99. RGB value is (86,94,153). Sum of RGB (Red+Green+Blue) = 86+94+153=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #565E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E99 is #A9A166. Grayscale: #626262. Windows color (decimal): -11116903 or 10051158. OLE color: 10051158.

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

Color convert

RGB 86 94 153 -
CMYK 0.44 0.39 0 0.4
HSL 232.84º 0.28% 0.47% -
HSV(B) 232.84º 0.44% 0.6% -
XYZ 13.59 12.28 31.79 -
YUV 98.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 86 94 153 0.44 0.39 0 0.4 232.84 0.28 0.47
Hex 56 5E 99 2C 27 0 28 E9 1C 2F
Octal 126 136 231 54 47 0 50 351 34 57
Binary 1010110 1011110 10011001 101100 100111 0 101000 11101001 11100 101111

Color Harmonies of #565E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E99

Black with #565E99

Text Example


Text Example

White with #565E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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