#565298

Color #565298 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #565298

Tints of Governor Bay #565298

Color information

#565298 (or 0x565298) is unknown color: approx Governor Bay. HEX triplet: 56, 52 and 98. RGB value is (86,82,152). Sum of RGB (Red+Green+Blue) = 86+82+152=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #565298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565298 is #A9AD67. Grayscale: #5A5A5A. Windows color (decimal): -11119976 or 9982550. OLE color: 9982550.

HSL color Cylindrical-coordinate representation of color #565298: hue angle of 243.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #565298 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8682152-
CMYK0.430.4600.40
HSL243.43º29.91%45.88%-
HSV(B)243.43º46.05%59.61%-
XYZ12.5210.2831.03-
YUV91.18162.33124.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=26.88%
G=25.62%
B=47.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86821520.430.4600.40243.4329.9145.88
Hex5652982B2E028f31e2e
Octal12612223053560503633656
Binary101011010100101001100010101110111001010001111001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565298; }

 p { color: rgb(86,82,152); }

 H1.HeaderClassName
 {
   color: #565298;
 }
 .AnyTagClassName
 {
   color: #565298;
 }
</style>
background-color css

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

 a { background-color: rgb(86,82,152); }

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

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

 span { border-color: rgb(86,82,152); }

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