Html Css Color HEX #575EAC Rich Blue

📋 copy color: '#575EAC'

red 87 ◦ green 94 ◦ blue 172

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

Shades of Rich Blue #575EAC

Tints of Rich Blue #575EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

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

R = 24.65%
G = 26.63%
B = 48.73%

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

#575EAC (or 0x575EAC) is known color: Rich Blue. HEX triplet: 57, 5E and AC. RGB value is (87,94,172). Sum of RGB (Red+Green+Blue) = 87+94+172=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #575EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575EAC is #A8A153. Grayscale: #646464. Windows color (decimal): -11051348 or 11296343. OLE color: 11296343.

HSL color Cylindrical-coordinate representation of color #575EAC: hue angle of 235.06º 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 #575EAC is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 94 172 -
CMYK 0.49 0.45 0 0.33
HSL 235.06º 0.34% 0.51% -
HSV(B) 235.06º 0.49% 0.67% -
XYZ 15.38 13.01 40.73 -
YUV 100.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 87 94 172 0.49 0.45 0 0.33 235.06 0.34 0.51
Hex 57 5E AC 31 2D 0 21 EB 22 33
Octal 127 136 254 61 55 0 41 353 42 63
Binary 1010111 1011110 10101100 110001 101101 0 100001 11101011 100010 110011

Color Harmonies of #575EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EAC

Black with #575EAC

Text Example


Text Example

White with #575EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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