Html Css Color HEX #586299 Governor Bay

📋 copy color: '#586299'

red 88 ◦ green 98 ◦ blue 153

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

Shades of Governor Bay #586299

Tints of Governor Bay #586299

RGB

 RED value IS 88 (34.77% from 255) = 25.96%

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

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 25.96%
G = 28.91%
B = 45.13%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#586299 (or 0x586299) is known color: Governor Bay. HEX triplet: 58, 62 and 99. RGB value is (88,98,153). Sum of RGB (Red+Green+Blue) = 88+98+153=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #586299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586299 is #A79D66. Grayscale: #656565. Windows color (decimal): -10984807 or 10052184. OLE color: 10052184.

HSL color Cylindrical-coordinate representation of color #586299: hue angle of 230.77º 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 #586299 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 98 153 -
CMYK 0.42 0.36 0 0.4
HSL 230.77º 0.27% 0.47% -
HSV(B) 230.77º 0.42% 0.6% -
XYZ 14.14 13.11 31.92 -
YUV 101.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 88 98 153 0.42 0.36 0 0.4 230.77 0.27 0.47
Hex 58 62 99 2A 24 0 28 E7 1B 2F
Octal 130 142 231 52 44 0 50 347 33 57
Binary 1011000 1100010 10011001 101010 100100 0 101000 11100111 11011 101111

Color Harmonies of #586299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586299

Black with #586299

Text Example


Text Example

White with #586299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586299; }

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

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

background-color css

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

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

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

border-color css

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

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

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