Html Css Color HEX #585FA0 Governor Bay

📋 copy color: '#585FA0'

red 88 ◦ green 95 ◦ blue 160

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

Shades of Governor Bay #585FA0

Tints of Governor Bay #585FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

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

R = 25.66%
G = 27.7%
B = 46.65%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#585FA0 (or 0x585FA0) is known color: Governor Bay. HEX triplet: 58, 5F and A0. RGB value is (88,95,160). Sum of RGB (Red+Green+Blue) = 88+95+160=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 160 - color contains mainly: blue. Hex color #585FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585FA0 is #A7A05F. Grayscale: #646464. Windows color (decimal): -10985568 or 10510168. OLE color: 10510168.

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

Color convert

RGB 88 95 160 -
CMYK 0.45 0.41 0 0.37
HSL 234.17º 0.29% 0.49% -
HSV(B) 234.17º 0.45% 0.63% -
XYZ 14.46 12.8 34.97 -
YUV 100.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 88 95 160 0.45 0.41 0 0.37 234.17 0.29 0.49
Hex 58 5F A0 2D 29 0 25 EA 1D 31
Octal 130 137 240 55 51 0 45 352 35 61
Binary 1011000 1011111 10100000 101101 101001 0 100101 11101010 11101 110001

Color Harmonies of #585FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FA0

Black with #585FA0

Text Example


Text Example

White with #585FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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