Html Css Color HEX #575DAE Rich Blue

📋 copy color: '#575DAE'

red 87 ◦ green 93 ◦ blue 174

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

Shades of Rich Blue #575DAE

Tints of Rich Blue #575DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 24.58%
G = 26.27%
B = 49.15%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#575DAE (or 0x575DAE) is known color: Rich Blue. HEX triplet: 57, 5D and AE. RGB value is (87,93,174). Sum of RGB (Red+Green+Blue) = 87+93+174=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #575DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DAE is #A8A251. Grayscale: #646464. Windows color (decimal): -11051602 or 11427159. OLE color: 11427159.

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

Color convert

RGB 87 93 174 -
CMYK 0.5 0.47 0 0.32
HSL 235.86º 0.35% 0.51% -
HSV(B) 235.86º 0.5% 0.68% -
XYZ 15.48 12.91 41.72 -
YUV 100.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 87 93 174 0.5 0.47 0 0.32 235.86 0.35 0.51
Hex 57 5D AE 32 2F 0 20 EC 23 33
Octal 127 135 256 62 57 0 40 354 43 63
Binary 1010111 1011101 10101110 110010 101111 0 100000 11101100 100011 110011

Color Harmonies of #575DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DAE

Black with #575DAE

Text Example


Text Example

White with #575DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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