Html Css Color HEX #58519B Governor Bay

📋 copy color: '#58519B'

red 88 ◦ green 81 ◦ blue 155

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

Shades of Governor Bay #58519B

Tints of Governor Bay #58519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25%

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 27.16%
G = 25%
B = 47.84%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58519B (or 0x58519B) is known color: Governor Bay. HEX triplet: 58, 51 and 9B. RGB value is (88,81,155). Sum of RGB (Red+Green+Blue) = 88+81+155=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #58519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58519B is #A7AE64. Grayscale: #5B5B5B. Windows color (decimal): -10989157 or 10178904. OLE color: 10178904.

HSL color Cylindrical-coordinate representation of color #58519B: hue angle of 245.68º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58519B is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 81 155 -
CMYK 0.43 0.48 0 0.39
HSL 245.68º 0.31% 0.46% -
HSV(B) 245.68º 0.48% 0.61% -
XYZ 12.88 10.33 32.32 -
YUV 91.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 88 81 155 0.43 0.48 0 0.39 245.68 0.31 0.46
Hex 58 51 9B 2B 30 0 27 F6 1F 2E
Octal 130 121 233 53 60 0 47 366 37 56
Binary 1011000 1010001 10011011 101011 110000 0 100111 11110110 11111 101110

Color Harmonies of #58519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58519B

Black with #58519B

Text Example


Text Example

White with #58519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58519B; }

 p { color: rgb(88,81,155); }

 H1.HeaderClassName
 {
   color: #58519B;
 }
 .AnyTagClassName
 {
   color: #58519B;
 }
</style>

background-color css

<style>
 a { background-color: #58519B; }

 a { background-color: rgb(88,81,155); }

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

border-color css

<style>
 span { border-color: #58519B; }

 span { border-color: rgb(88,81,155); }

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