Html Css Color HEX #5D509C Rich Blue

📋 copy color: '#5D509C'

red 93 ◦ green 80 ◦ blue 156

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

Shades of Rich Blue #5D509C

Tints of Rich Blue #5D509C

RGB

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

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

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

R = 28.27%
G = 24.32%
B = 47.42%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D509C (or 0x5D509C) is known color: Rich Blue. HEX triplet: 5D, 50 and 9C. RGB value is (93,80,156). Sum of RGB (Red+Green+Blue) = 93+80+156=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D509C is #A2AF63. Grayscale: #5C5C5C. Windows color (decimal): -10661732 or 10244189. OLE color: 10244189.

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

Color convert

RGB 93 80 156 -
CMYK 0.40 0.49 0 0.39
HSL 250.26º 0.32% 0.46% -
HSV(B) 250.26º 0.49% 0.61% -
XYZ 13.38 10.46 32.77 -
YUV 92.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 93 80 156 0.40 0.49 0 0.39 250.26 0.32 0.46
Hex 5D 50 9C 28 31 0 27 FA 20 2E
Octal 135 120 234 50 61 0 47 372 40 56
Binary 1011101 1010000 10011100 101000 110001 0 100111 11111010 100000 101110

Color Harmonies of #5D509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D509C

Black with #5D509C

Text Example


Text Example

White with #5D509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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