Html Css Color HEX #565994 Governor Bay

📋 copy color: '#565994'

red 86 ◦ green 89 ◦ blue 148

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

Shades of Governor Bay #565994

Tints of Governor Bay #565994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 26.63%
G = 27.55%
B = 45.82%

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

#565994 (or 0x565994) is known color: Governor Bay. HEX triplet: 56, 59 and 94. RGB value is (86,89,148). Sum of RGB (Red+Green+Blue) = 86+89+148=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #565994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565994 is #A9A66B. Grayscale: #5E5E5E. Windows color (decimal): -11118188 or 9722198. OLE color: 9722198.

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

Color convert

RGB 86 89 148 -
CMYK 0.42 0.40 0 0.42
HSL 237.1º 0.26% 0.46% -
HSV(B) 237.1º 0.42% 0.58% -
XYZ 12.76 11.26 29.52 -
YUV 94.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 86 89 148 0.42 0.40 0 0.42 237.1 0.26 0.46
Hex 56 59 94 2A 28 0 2A ED 1A 2E
Octal 126 131 224 52 50 0 52 355 32 56
Binary 1010110 1011001 10010100 101010 101000 0 101010 11101101 11010 101110

Color Harmonies of #565994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565994

Black with #565994

Text Example


Text Example

White with #565994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565994; }

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

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

background-color css

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

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

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

border-color css

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

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

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