Html Css Color HEX #566295 Governor Bay

📋 copy color: '#566295'

red 86 ◦ green 98 ◦ blue 149

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

Shades of Governor Bay #566295

Tints of Governor Bay #566295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 25.83%
G = 29.43%
B = 44.74%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566295 (or 0x566295) is known color: Governor Bay. HEX triplet: 56, 62 and 95. RGB value is (86,98,149). Sum of RGB (Red+Green+Blue) = 86+98+149=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #566295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566295 is #A99D6A. Grayscale: #646464. Windows color (decimal): -11115883 or 9790038. OLE color: 9790038.

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

Color convert

RGB 86 98 149 -
CMYK 0.42 0.34 0 0.42
HSL 228.57º 0.27% 0.46% -
HSV(B) 228.57º 0.42% 0.58% -
XYZ 13.63 12.88 30.2 -
YUV 100.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 86 98 149 0.42 0.34 0 0.42 228.57 0.27 0.46
Hex 56 62 95 2A 22 0 2A E5 1B 2E
Octal 126 142 225 52 42 0 52 345 33 56
Binary 1010110 1100010 10010101 101010 100010 0 101010 11100101 11011 101110

Color Harmonies of #566295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566295

Black with #566295

Text Example


Text Example

White with #566295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566295; }

 p { color: rgb(86,98,149); }

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

background-color css

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

 a { background-color: rgb(86,98,149); }

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

border-color css

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

 span { border-color: rgb(86,98,149); }

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