Html Css Color HEX #5B509C Governor Bay

📋 copy color: '#5B509C'

red 91 ◦ green 80 ◦ blue 156

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

Shades of Governor Bay #5B509C

Tints of Governor Bay #5B509C

RGB

 RED value IS 91 (35.94% from 255) = 27.83%

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

 BLUE value IS 156 (61.33% from 255) = 47.71%

R = 27.83%
G = 24.46%
B = 47.71%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B509C (or 0x5B509C) is known color: Governor Bay. HEX triplet: 5B, 50 and 9C. RGB value is (91,80,156). Sum of RGB (Red+Green+Blue) = 91+80+156=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B509C is #A4AF63. Grayscale: #5B5B5B. Windows color (decimal): -10792804 or 10244187. OLE color: 10244187.

HSL color Cylindrical-coordinate representation of color #5B509C: hue angle of 248.68º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B509C is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 91 80 156 -
CMYK 0.42 0.49 0 0.39
HSL 248.68º 0.32% 0.46% -
HSV(B) 248.68º 0.49% 0.61% -
XYZ 13.18 10.36 32.76 -
YUV 91.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 91 80 156 0.42 0.49 0 0.39 248.68 0.32 0.46
Hex 5B 50 9C 2A 31 0 27 F9 20 2E
Octal 133 120 234 52 61 0 47 371 40 56
Binary 1011011 1010000 10011100 101010 110001 0 100111 11111001 100000 101110

Color Harmonies of #5B509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B509C

Black with #5B509C

Text Example


Text Example

White with #5B509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,80,156); }

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

background-color css

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

 a { background-color: rgb(91,80,156); }

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

border-color css

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

 span { border-color: rgb(91,80,156); }

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