Html Css Color HEX #586098 Governor Bay

📋 copy color: '#586098'

red 88 ◦ green 96 ◦ blue 152

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

Shades of Governor Bay #586098

Tints of Governor Bay #586098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 26.19%
G = 28.57%
B = 45.24%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#586098 (or 0x586098) is known color: Governor Bay. HEX triplet: 58, 60 and 98. RGB value is (88,96,152). Sum of RGB (Red+Green+Blue) = 88+96+152=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #586098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586098 is #A79F67. Grayscale: #636363. Windows color (decimal): -10985320 or 9986136. OLE color: 9986136.

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

Color convert

RGB 88 96 152 -
CMYK 0.42 0.37 0 0.40
HSL 232.5º 0.27% 0.47% -
HSV(B) 232.5º 0.42% 0.6% -
XYZ 13.87 12.71 31.43 -
YUV 99.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 88 96 152 0.42 0.37 0 0.40 232.5 0.27 0.47
Hex 58 60 98 2A 25 0 28 E8 1B 2F
Octal 130 140 230 52 45 0 50 350 33 57
Binary 1011000 1100000 10011000 101010 100101 0 101000 11101000 11011 101111

Color Harmonies of #586098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586098

Black with #586098

Text Example


Text Example

White with #586098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586098; }

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

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

background-color css

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

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

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

border-color css

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

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

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