Html Css Color HEX #585A98 Governor Bay

📋 copy color: '#585A98'

red 88 ◦ green 90 ◦ blue 152

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

Shades of Governor Bay #585A98

Tints of Governor Bay #585A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 26.67%
G = 27.27%
B = 46.06%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#585A98 (or 0x585A98) is known color: Governor Bay. HEX triplet: 58, 5A and 98. RGB value is (88,90,152). Sum of RGB (Red+Green+Blue) = 88+90+152=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #585A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A98 is #A7A567. Grayscale: #606060. Windows color (decimal): -10986856 or 9984600. OLE color: 9984600.

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

Color convert

RGB 88 90 152 -
CMYK 0.42 0.41 0 0.40
HSL 238.13º 0.27% 0.47% -
HSV(B) 238.13º 0.42% 0.6% -
XYZ 13.35 11.65 31.25 -
YUV 96.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 88 90 152 0.42 0.41 0 0.40 238.13 0.27 0.47
Hex 58 5A 98 2A 29 0 28 EE 1B 2F
Octal 130 132 230 52 51 0 50 356 33 57
Binary 1011000 1011010 10011000 101010 101001 0 101000 11101110 11011 101111

Color Harmonies of #585A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A98

Black with #585A98

Text Example


Text Example

White with #585A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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