Html Css Color HEX #5C5FA6 Rich Blue

📋 copy color: '#5C5FA6'

red 92 ◦ green 95 ◦ blue 166

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

Shades of Rich Blue #5C5FA6

Tints of Rich Blue #5C5FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

 BLUE value IS 166 (65.23% from 255) = 47.03%

R = 26.06%
G = 26.91%
B = 47.03%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5C5FA6 (or 0x5C5FA6) is known color: Rich Blue. HEX triplet: 5C, 5F and A6. RGB value is (92,95,166). Sum of RGB (Red+Green+Blue) = 92+95+166=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C5FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5FA6 is #A3A059. Grayscale: #656565. Windows color (decimal): -10723418 or 10903388. OLE color: 10903388.

HSL color Cylindrical-coordinate representation of color #5C5FA6: hue angle of 237.57º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C5FA6 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 95 166 -
CMYK 0.45 0.43 0 0.35
HSL 237.57º 0.29% 0.51% -
HSV(B) 237.57º 0.45% 0.65% -
XYZ 15.39 13.21 37.82 -
YUV 102.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 92 95 166 0.45 0.43 0 0.35 237.57 0.29 0.51
Hex 5C 5F A6 2D 2B 0 23 EE 1D 33
Octal 134 137 246 55 53 0 43 356 35 63
Binary 1011100 1011111 10100110 101101 101011 0 100011 11101110 11101 110011

Color Harmonies of #5C5FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5FA6

Black with #5C5FA6

Text Example


Text Example

White with #5C5FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,95,166); }

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

background-color css

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

 a { background-color: rgb(92,95,166); }

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

border-color css

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

 span { border-color: rgb(92,95,166); }

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