Html Css Color HEX #565594 Governor Bay

📋 copy color: '#565594'

red 86 ◦ green 85 ◦ blue 148

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

Shades of Governor Bay #565594

Tints of Governor Bay #565594

RGB

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

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

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

R = 26.96%
G = 26.65%
B = 46.39%

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

#565594 (or 0x565594) is known color: Governor Bay. HEX triplet: 56, 55 and 94. RGB value is (86,85,148). Sum of RGB (Red+Green+Blue) = 86+85+148=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #565594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565594 is #A9AA6B. Grayscale: #5C5C5C. Windows color (decimal): -11119212 or 9721174. OLE color: 9721174.

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

Color convert

RGB 86 85 148 -
CMYK 0.42 0.43 0 0.42
HSL 240.95º 0.27% 0.46% -
HSV(B) 240.95º 0.43% 0.58% -
XYZ 12.43 10.61 29.41 -
YUV 92.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 86 85 148 0.42 0.43 0 0.42 240.95 0.27 0.46
Hex 56 55 94 2A 2B 0 2A F1 1B 2E
Octal 126 125 224 52 53 0 52 361 33 56
Binary 1010110 1010101 10010100 101010 101011 0 101010 11110001 11011 101110

Color Harmonies of #565594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565594

Black with #565594

Text Example


Text Example

White with #565594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565594; }

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

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

background-color css

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

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

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

border-color css

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

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

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