Html Css Color HEX #575DAA Rich Blue

📋 copy color: '#575DAA'

red 87 ◦ green 93 ◦ blue 170

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

Shades of Rich Blue #575DAA

Tints of Rich Blue #575DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 24.86%
G = 26.57%
B = 48.57%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#575DAA (or 0x575DAA) is known color: Rich Blue. HEX triplet: 57, 5D and AA. RGB value is (87,93,170). Sum of RGB (Red+Green+Blue) = 87+93+170=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #575DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DAA is #A8A255. Grayscale: #636363. Windows color (decimal): -11051606 or 11165015. OLE color: 11165015.

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

Color convert

RGB 87 93 170 -
CMYK 0.49 0.45 0 0.33
HSL 235.66º 0.33% 0.5% -
HSV(B) 235.66º 0.49% 0.67% -
XYZ 15.1 12.76 39.7 -
YUV 99.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 87 93 170 0.49 0.45 0 0.33 235.66 0.33 0.5
Hex 57 5D AA 31 2D 0 21 EC 21 32
Octal 127 135 252 61 55 0 41 354 41 62
Binary 1010111 1011101 10101010 110001 101101 0 100001 11101100 100001 110010

Color Harmonies of #575DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DAA

Black with #575DAA

Text Example


Text Example

White with #575DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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