Html Css Color HEX #565597 Governor Bay

📋 copy color: '#565597'

red 86 ◦ green 85 ◦ blue 151

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

Shades of Governor Bay #565597

Tints of Governor Bay #565597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.89%

R = 26.71%
G = 26.4%
B = 46.89%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#565597 (or 0x565597) is known color: Governor Bay. HEX triplet: 56, 55 and 97. RGB value is (86,85,151). Sum of RGB (Red+Green+Blue) = 86+85+151=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #565597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565597 is #A9AA68. Grayscale: #5C5C5C. Windows color (decimal): -11119209 or 9917782. OLE color: 9917782.

HSL color Cylindrical-coordinate representation of color #565597: hue angle of 240.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #565597 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 85 151 -
CMYK 0.43 0.44 0 0.41
HSL 240.91º 0.28% 0.46% -
HSV(B) 240.91º 0.44% 0.59% -
XYZ 12.67 10.71 30.68 -
YUV 92.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 86 85 151 0.43 0.44 0 0.41 240.91 0.28 0.46
Hex 56 55 97 2B 2C 0 29 F1 1C 2E
Octal 126 125 227 53 54 0 51 361 34 56
Binary 1010110 1010101 10010111 101011 101100 0 101001 11110001 11100 101110

Color Harmonies of #565597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565597

Black with #565597

Text Example


Text Example

White with #565597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565597; }

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

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

background-color css

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

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

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

border-color css

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

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

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