#586295

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

Shades of Governor Bay #586295

Tints of Governor Bay #586295

Color information

#586295 (or 0x586295) is unknown color: approx Governor Bay. HEX triplet: 58, 62 and 95. RGB value is (88,98,149). Sum of RGB (Red+Green+Blue) = 88+98+149=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #586295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586295 is #A79D6A. Grayscale: #646464. Windows color (decimal): -10984811 or 9790040. OLE color: 9790040.

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

Color convert

RGB8898149-
CMYK0.410.3400.42
HSL230.16º25.74%46.47%-
HSV(B)230.16º40.94%58.43%-
XYZ13.8212.9830.21-
YUV100.82155.19118.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.27%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=26.27%
G=29.25%
B=44.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88981490.410.3400.42230.1625.7446.47
Hex586295292202Ae61a2e
Octal13014222551420523463256
Binary101100011000101001010110100110001001010101110011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586295; }

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

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

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

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

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

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

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

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