Html Css Color HEX #575DAC Rich Blue

📋 copy color: '#575DAC'

red 87 ◦ green 93 ◦ blue 172

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

Shades of Rich Blue #575DAC

Tints of Rich Blue #575DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 24.72%
G = 26.42%
B = 48.86%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#575DAC (or 0x575DAC) is known color: Rich Blue. HEX triplet: 57, 5D and AC. RGB value is (87,93,172). Sum of RGB (Red+Green+Blue) = 87+93+172=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #575DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DAC is #A8A253. Grayscale: #636363. Windows color (decimal): -11051604 or 11296087. OLE color: 11296087.

HSL color Cylindrical-coordinate representation of color #575DAC: hue angle of 235.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575DAC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 93 172 -
CMYK 0.49 0.46 0 0.33
HSL 235.76º 0.34% 0.51% -
HSV(B) 235.76º 0.49% 0.67% -
XYZ 15.29 12.83 40.7 -
YUV 100.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 87 93 172 0.49 0.46 0 0.33 235.76 0.34 0.51
Hex 57 5D AC 31 2E 0 21 EC 22 33
Octal 127 135 254 61 56 0 41 354 42 63
Binary 1010111 1011101 10101100 110001 101110 0 100001 11101100 100010 110011

Color Harmonies of #575DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DAC

Black with #575DAC

Text Example


Text Example

White with #575DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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