Html Css Color HEX #575DAD Rich Blue

📋 copy color: '#575DAD'

red 87 ◦ green 93 ◦ blue 173

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

Shades of Rich Blue #575DAD

Tints of Rich Blue #575DAD

RGB

 RED value IS 87 (34.38% from 255) = 24.65%

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

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 24.65%
G = 26.35%
B = 49.01%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#575DAD (or 0x575DAD) is known color: Rich Blue. HEX triplet: 57, 5D and AD. RGB value is (87,93,173). Sum of RGB (Red+Green+Blue) = 87+93+173=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #575DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DAD is #A8A252. Grayscale: #646464. Windows color (decimal): -11051603 or 11361623. OLE color: 11361623.

HSL color Cylindrical-coordinate representation of color #575DAD: hue angle of 235.81º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #575DAD is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 93 173 -
CMYK 0.50 0.46 0 0.32
HSL 235.81º 0.34% 0.51% -
HSV(B) 235.81º 0.5% 0.68% -
XYZ 15.39 12.87 41.21 -
YUV 100.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 87 93 173 0.50 0.46 0 0.32 235.81 0.34 0.51
Hex 57 5D AD 32 2E 0 20 EC 22 33
Octal 127 135 255 62 56 0 40 354 42 63
Binary 1010111 1011101 10101101 110010 101110 0 100000 11101100 100010 110011

Color Harmonies of #575DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DAD

Black with #575DAD

Text Example


Text Example

White with #575DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575DAD; }

 p { color: rgb(87,93,173); }

 H1.HeaderClassName
 {
   color: #575DAD;
 }
 .AnyTagClassName
 {
   color: #575DAD;
 }
</style>

background-color css

<style>
 a { background-color: #575DAD; }

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

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

border-color css

<style>
 span { border-color: #575DAD; }

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

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