Html Css Color HEX #5D509B Governor Bay

📋 copy color: '#5D509B'

red 93 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #5D509B

Tints of Governor Bay #5D509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 28.35%
G = 24.39%
B = 47.26%

CMYK

 C value IS 0.4

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D509B (or 0x5D509B) is known color: Governor Bay. HEX triplet: 5D, 50 and 9B. RGB value is (93,80,155). Sum of RGB (Red+Green+Blue) = 93+80+155=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D509B is #A2AF64. Grayscale: #5C5C5C. Windows color (decimal): -10661733 or 10178653. OLE color: 10178653.

HSL color Cylindrical-coordinate representation of color #5D509B: hue angle of 250.4º degrees, saturation: 0.32, 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 #5D509B is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 80 155 -
CMYK 0.4 0.48 0 0.39
HSL 250.4º 0.32% 0.46% -
HSV(B) 250.4º 0.48% 0.61% -
XYZ 13.3 10.43 32.32 -
YUV 92.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 93 80 155 0.4 0.48 0 0.39 250.4 0.32 0.46
Hex 5D 50 9B 28 30 0 27 FA 20 2E
Octal 135 120 233 50 60 0 47 372 40 56
Binary 1011101 1010000 10011011 101000 110000 0 100111 11111010 100000 101110

Color Harmonies of #5D509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D509B

Black with #5D509B

Text Example


Text Example

White with #5D509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D509B; }

 p { color: rgb(93,80,155); }

 H1.HeaderClassName
 {
   color: #5D509B;
 }
 .AnyTagClassName
 {
   color: #5D509B;
 }
</style>

background-color css

<style>
 a { background-color: #5D509B; }

 a { background-color: rgb(93,80,155); }

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

border-color css

<style>
 span { border-color: #5D509B; }

 span { border-color: rgb(93,80,155); }

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