Html Css Color HEX #5D5DAB Rich Blue

📋 copy color: '#5D5DAB'

red 93 ◦ green 93 ◦ blue 171

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

Shades of Rich Blue #5D5DAB

Tints of Rich Blue #5D5DAB

RGB

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

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

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

R = 26.05%
G = 26.05%
B = 47.9%

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

#5D5DAB (or 0x5D5DAB) is known color: Rich Blue. HEX triplet: 5D, 5D and AB. RGB value is (93,93,171). Sum of RGB (Red+Green+Blue) = 93+93+171=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5DAB is #A2A254. Grayscale: #656565. Windows color (decimal): -10658389 or 11230557. OLE color: 11230557.

HSL color Cylindrical-coordinate representation of color #5D5DAB: hue angle of 240º 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 #5D5DAB is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 93 171 -
CMYK 0.46 0.46 0 0.33
HSL 240º 0.32% 0.52% -
HSV(B) 240º 0.46% 0.67% -
XYZ 15.78 13.1 40.22 -
YUV 101.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 93 93 171 0.46 0.46 0 0.33 240 0.32 0.52
Hex 5D 5D AB 2E 2E 0 21 F0 20 34
Octal 135 135 253 56 56 0 41 360 40 64
Binary 1011101 1011101 10101011 101110 101110 0 100001 11110000 100000 110100

Color Harmonies of #5D5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5DAB

Black with #5D5DAB

Text Example


Text Example

White with #5D5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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