Html Css Color HEX #5C509E Rich Blue

📋 copy color: '#5C509E'

red 92 ◦ green 80 ◦ blue 158

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

Shades of Rich Blue #5C509E

Tints of Rich Blue #5C509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.88%

R = 27.88%
G = 24.24%
B = 47.88%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C509E (or 0x5C509E) is known color: Rich Blue. HEX triplet: 5C, 50 and 9E. RGB value is (92,80,158). Sum of RGB (Red+Green+Blue) = 92+80+158=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C509E is #A3AF61. Grayscale: #5C5C5C. Windows color (decimal): -10727266 or 10375260. OLE color: 10375260.

HSL color Cylindrical-coordinate representation of color #5C509E: hue angle of 249.23º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C509E is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 80 158 -
CMYK 0.42 0.49 0 0.38
HSL 249.23º 0.33% 0.47% -
HSV(B) 249.23º 0.49% 0.62% -
XYZ 13.45 10.48 33.66 -
YUV 92.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 92 80 158 0.42 0.49 0 0.38 249.23 0.33 0.47
Hex 5C 50 9E 2A 31 0 26 F9 21 2F
Octal 134 120 236 52 61 0 46 371 41 57
Binary 1011100 1010000 10011110 101010 110001 0 100110 11111001 100001 101111

Color Harmonies of #5C509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C509E

Black with #5C509E

Text Example


Text Example

White with #5C509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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