Html Css Color HEX #575FAC Rich Blue

📋 copy color: '#575FAC'

red 87 ◦ green 95 ◦ blue 172

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

Shades of Rich Blue #575FAC

Tints of Rich Blue #575FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.84%

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

R = 24.58%
G = 26.84%
B = 48.59%

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

#575FAC (or 0x575FAC) is known color: Rich Blue. HEX triplet: 57, 5F and AC. RGB value is (87,95,172). Sum of RGB (Red+Green+Blue) = 87+95+172=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #575FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FAC is #A8A053. Grayscale: #656565. Windows color (decimal): -11051092 or 11296599. OLE color: 11296599.

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

Color convert

RGB 87 95 172 -
CMYK 0.49 0.45 0 0.33
HSL 234.35º 0.34% 0.51% -
HSV(B) 234.35º 0.49% 0.67% -
XYZ 15.47 13.19 40.76 -
YUV 101.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 87 95 172 0.49 0.45 0 0.33 234.35 0.34 0.51
Hex 57 5F AC 31 2D 0 21 EA 22 33
Octal 127 137 254 61 55 0 41 352 42 63
Binary 1010111 1011111 10101100 110001 101101 0 100001 11101010 100010 110011

Color Harmonies of #575FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FAC

Black with #575FAC

Text Example


Text Example

White with #575FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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