Html Css Color HEX #5C5DAB Rich Blue

📋 copy color: '#5C5DAB'

red 92 ◦ green 93 ◦ blue 171

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

Shades of Rich Blue #5C5DAB

Tints of Rich Blue #5C5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 25.84%
G = 26.12%
B = 48.03%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C5DAB (or 0x5C5DAB) is known color: Rich Blue. HEX triplet: 5C, 5D and AB. RGB value is (92,93,171). Sum of RGB (Red+Green+Blue) = 92+93+171=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5DAB is #A3A254. Grayscale: #656565. Windows color (decimal): -10723925 or 11230556. OLE color: 11230556.

HSL color Cylindrical-coordinate representation of color #5C5DAB: hue angle of 239.24º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C5DAB is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 93 171 -
CMYK 0.46 0.46 0 0.33
HSL 239.24º 0.32% 0.52% -
HSV(B) 239.24º 0.46% 0.67% -
XYZ 15.68 13.04 40.22 -
YUV 101.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 92 93 171 0.46 0.46 0 0.33 239.24 0.32 0.52
Hex 5C 5D AB 2E 2E 0 21 EF 20 34
Octal 134 135 253 56 56 0 41 357 40 64
Binary 1011100 1011101 10101011 101110 101110 0 100001 11101111 100000 110100

Color Harmonies of #5C5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5DAB

Black with #5C5DAB

Text Example


Text Example

White with #5C5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,93,171); }

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

background-color css

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

 a { background-color: rgb(92,93,171); }

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

border-color css

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

 span { border-color: rgb(92,93,171); }

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