Html Css Color HEX #585D93 Governor Bay

📋 copy color: '#585D93'

red 88 ◦ green 93 ◦ blue 147

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

Shades of Governor Bay #585D93

Tints of Governor Bay #585D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 26.83%
G = 28.35%
B = 44.82%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585D93 (or 0x585D93) is known color: Governor Bay. HEX triplet: 58, 5D and 93. RGB value is (88,93,147). Sum of RGB (Red+Green+Blue) = 88+93+147=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #585D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D93 is #A7A26C. Grayscale: #616161. Windows color (decimal): -10986093 or 9657688. OLE color: 9657688.

HSL color Cylindrical-coordinate representation of color #585D93: hue angle of 234.92º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585D93 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 93 147 -
CMYK 0.40 0.37 0 0.42
HSL 234.92º 0.25% 0.46% -
HSV(B) 234.92º 0.4% 0.58% -
XYZ 13.21 12.01 29.23 -
YUV 97.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 88 93 147 0.40 0.37 0 0.42 234.92 0.25 0.46
Hex 58 5D 93 28 25 0 2A EB 19 2E
Octal 130 135 223 50 45 0 52 353 31 56
Binary 1011000 1011101 10010011 101000 100101 0 101010 11101011 11001 101110

Color Harmonies of #585D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D93

Black with #585D93

Text Example


Text Example

White with #585D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,147); }

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

background-color css

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

 a { background-color: rgb(88,93,147); }

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

border-color css

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

 span { border-color: rgb(88,93,147); }

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