Html Css Color HEX #575CAD Rich Blue

📋 copy color: '#575CAD'

red 87 ◦ green 92 ◦ blue 173

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

Shades of Rich Blue #575CAD

Tints of Rich Blue #575CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.14%

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

R = 24.72%
G = 26.14%
B = 49.15%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#575CAD (or 0x575CAD) is known color: Rich Blue. HEX triplet: 57, 5C and AD. RGB value is (87,92,173). Sum of RGB (Red+Green+Blue) = 87+92+173=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #575CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CAD is #A8A352. Grayscale: #636363. Windows color (decimal): -11051859 or 11361367. OLE color: 11361367.

HSL color Cylindrical-coordinate representation of color #575CAD: hue angle of 236.51º 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 #575CAD is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 92 173 -
CMYK 0.50 0.47 0 0.32
HSL 236.51º 0.34% 0.51% -
HSV(B) 236.51º 0.5% 0.68% -
XYZ 15.3 12.7 41.18 -
YUV 99.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 87 92 173 0.50 0.47 0 0.32 236.51 0.34 0.51
Hex 57 5C AD 32 2F 0 20 ED 22 33
Octal 127 134 255 62 57 0 40 355 42 63
Binary 1010111 1011100 10101101 110010 101111 0 100000 11101101 100010 110011

Color Harmonies of #575CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CAD

Black with #575CAD

Text Example


Text Example

White with #575CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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