Html Css Color HEX #585AA0 Governor Bay

📋 copy color: '#585AA0'

red 88 ◦ green 90 ◦ blue 160

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

Shades of Governor Bay #585AA0

Tints of Governor Bay #585AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.34%

R = 26.04%
G = 26.63%
B = 47.34%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#585AA0 (or 0x585AA0) is known color: Governor Bay. HEX triplet: 58, 5A and A0. RGB value is (88,90,160). Sum of RGB (Red+Green+Blue) = 88+90+160=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #585AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AA0 is #A7A55F. Grayscale: #616161. Windows color (decimal): -10986848 or 10508888. OLE color: 10508888.

HSL color Cylindrical-coordinate representation of color #585AA0: hue angle of 238.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #585AA0 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 90 160 -
CMYK 0.45 0.44 0 0.37
HSL 238.33º 0.29% 0.49% -
HSV(B) 238.33º 0.45% 0.63% -
XYZ 14.03 11.93 34.82 -
YUV 97.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 88 90 160 0.45 0.44 0 0.37 238.33 0.29 0.49
Hex 58 5A A0 2D 2C 0 25 EE 1D 31
Octal 130 132 240 55 54 0 45 356 35 61
Binary 1011000 1011010 10100000 101101 101100 0 100101 11101110 11101 110001

Color Harmonies of #585AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585AA0

Black with #585AA0

Text Example


Text Example

White with #585AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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