Html Css Color HEX #5C509C Governor Bay

📋 copy color: '#5C509C'

red 92 ◦ green 80 ◦ blue 156

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

Shades of Governor Bay #5C509C

Tints of Governor Bay #5C509C

RGB

 RED value IS 92 (36.33% from 255) = 28.05%

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

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

R = 28.05%
G = 24.39%
B = 47.56%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C509C (or 0x5C509C) is known color: Governor Bay. HEX triplet: 5C, 50 and 9C. RGB value is (92,80,156). Sum of RGB (Red+Green+Blue) = 92+80+156=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C509C is #A3AF63. Grayscale: #5B5B5B. Windows color (decimal): -10727268 or 10244188. OLE color: 10244188.

HSL color Cylindrical-coordinate representation of color #5C509C: hue angle of 249.47º 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 #5C509C is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 80 156 -
CMYK 0.41 0.49 0 0.39
HSL 249.47º 0.32% 0.46% -
HSV(B) 249.47º 0.49% 0.61% -
XYZ 13.28 10.41 32.76 -
YUV 92.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 92 80 156 0.41 0.49 0 0.39 249.47 0.32 0.46
Hex 5C 50 9C 29 31 0 27 F9 20 2E
Octal 134 120 234 51 61 0 47 371 40 56
Binary 1011100 1010000 10011100 101001 110001 0 100111 11111001 100000 101110

Color Harmonies of #5C509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C509C

Black with #5C509C

Text Example


Text Example

White with #5C509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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