Html Css Color HEX #585E9D Governor Bay

📋 copy color: '#585E9D'

red 88 ◦ green 94 ◦ blue 157

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

Shades of Governor Bay #585E9D

Tints of Governor Bay #585E9D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 25.96%
G = 27.73%
B = 46.31%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#585E9D (or 0x585E9D) is known color: Governor Bay. HEX triplet: 58, 5E and 9D. RGB value is (88,94,157). Sum of RGB (Red+Green+Blue) = 88+94+157=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #585E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E9D is #A7A162. Grayscale: #636363. Windows color (decimal): -10985827 or 10313304. OLE color: 10313304.

HSL color Cylindrical-coordinate representation of color #585E9D: hue angle of 234.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #585E9D is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 94 157 -
CMYK 0.44 0.40 0 0.38
HSL 234.78º 0.28% 0.48% -
HSV(B) 234.78º 0.44% 0.62% -
XYZ 14.11 12.51 33.57 -
YUV 99.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 88 94 157 0.44 0.40 0 0.38 234.78 0.28 0.48
Hex 58 5E 9D 2C 28 0 26 EB 1C 30
Octal 130 136 235 54 50 0 46 353 34 60
Binary 1011000 1011110 10011101 101100 101000 0 100110 11101011 11100 110000

Color Harmonies of #585E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E9D

Black with #585E9D

Text Example


Text Example

White with #585E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,94,157); }

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

background-color css

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

 a { background-color: rgb(88,94,157); }

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

border-color css

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

 span { border-color: rgb(88,94,157); }

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