Html Css Color HEX #565593 Governor Bay

📋 copy color: '#565593'

red 86 ◦ green 85 ◦ blue 147

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

Shades of Governor Bay #565593

Tints of Governor Bay #565593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.23%

R = 27.04%
G = 26.73%
B = 46.23%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#565593 (or 0x565593) is known color: Governor Bay. HEX triplet: 56, 55 and 93. RGB value is (86,85,147). Sum of RGB (Red+Green+Blue) = 86+85+147=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #565593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565593 is #A9AA6C. Grayscale: #5C5C5C. Windows color (decimal): -11119213 or 9655638. OLE color: 9655638.

HSL color Cylindrical-coordinate representation of color #565593: hue angle of 240.97º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #565593 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 85 147 -
CMYK 0.41 0.42 0 0.42
HSL 240.97º 0.27% 0.45% -
HSV(B) 240.97º 0.42% 0.58% -
XYZ 12.35 10.58 29 -
YUV 92.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 86 85 147 0.41 0.42 0 0.42 240.97 0.27 0.45
Hex 56 55 93 29 2A 0 2A F1 1B 2D
Octal 126 125 223 51 52 0 52 361 33 55
Binary 1010110 1010101 10010011 101001 101010 0 101010 11110001 11011 101101

Color Harmonies of #565593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565593

Black with #565593

Text Example


Text Example

White with #565593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565593; }

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

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

background-color css

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

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

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

border-color css

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

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

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