Html Css Color HEX #574DB3 Rich Blue

📋 copy color: '#574DB3'

red 87 ◦ green 77 ◦ blue 179

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

Shades of Rich Blue #574DB3

Tints of Rich Blue #574DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 179 (70.31% from 255) = 52.19%

R = 25.36%
G = 22.45%
B = 52.19%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#574DB3 (or 0x574DB3) is known color: Rich Blue. HEX triplet: 57, 4D and B3. RGB value is (87,77,179). Sum of RGB (Red+Green+Blue) = 87+77+179=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #574DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DB3 is #A8B24C. Grayscale: #5B5B5B. Windows color (decimal): -11055693 or 11750743. OLE color: 11750743.

HSL color Cylindrical-coordinate representation of color #574DB3: hue angle of 245.88º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #574DB3 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 87 77 179 -
CMYK 0.51 0.57 0 0.30
HSL 245.88º 0.4% 0.5% -
HSV(B) 245.88º 0.57% 0.7% -
XYZ 14.72 10.59 43.92 -
YUV 91.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 87 77 179 0.51 0.57 0 0.30 245.88 0.4 0.5
Hex 57 4D B3 33 39 0 1E F6 28 32
Octal 127 115 263 63 71 0 36 366 50 62
Binary 1010111 1001101 10110011 110011 111001 0 11110 11110110 101000 110010

Color Harmonies of #574DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DB3

Black with #574DB3

Text Example


Text Example

White with #574DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574DB3; }

 p { color: rgb(87,77,179); }

 H1.HeaderClassName
 {
   color: #574DB3;
 }
 .AnyTagClassName
 {
   color: #574DB3;
 }
</style>

background-color css

<style>
 a { background-color: #574DB3; }

 a { background-color: rgb(87,77,179); }

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

border-color css

<style>
 span { border-color: #574DB3; }

 span { border-color: rgb(87,77,179); }

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