#586398

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

Shades of Governor Bay #586398

Tints of Governor Bay #586398

Color information

#586398 (or 0x586398) is unknown color: approx Governor Bay. HEX triplet: 58, 63 and 98. RGB value is (88,99,152). Sum of RGB (Red+Green+Blue) = 88+99+152=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #586398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586398 is #A79C67. Grayscale: #656565. Windows color (decimal): -10984552 or 9986904. OLE color: 9986904.

HSL color Cylindrical-coordinate representation of color #586398: hue angle of 229.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #586398 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8899152-
CMYK0.420.3500.40
HSL229.69º26.67%47.06%-
HSV(B)229.69º42.11%59.61%-
XYZ14.1513.2731.52-
YUV101.75156.36118.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=25.96%
G=29.20%
B=44.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88991520.420.3500.40229.6926.6747.06
Hex5863982A23028e61b2f
Octal13014323052430503463357
Binary101100011000111001100010101010001101010001110011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586398; }

 p { color: rgb(88,99,152); }

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

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

 a { background-color: rgb(88,99,152); }

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

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

 span { border-color: rgb(88,99,152); }

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