Html Css Color HEX #574FB3 Rich Blue

📋 copy color: '#574FB3'

red 87 ◦ green 79 ◦ blue 179

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

Shades of Rich Blue #574FB3

Tints of Rich Blue #574FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.9%

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

R = 25.22%
G = 22.9%
B = 51.88%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#574FB3 (or 0x574FB3) is known color: Rich Blue. HEX triplet: 57, 4F and B3. RGB value is (87,79,179). Sum of RGB (Red+Green+Blue) = 87+79+179=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #574FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FB3 is #A8B04C. Grayscale: #5C5C5C. Windows color (decimal): -11055181 or 11751255. OLE color: 11751255.

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

Color convert

RGB 87 79 179 -
CMYK 0.51 0.56 0 0.30
HSL 244.8º 0.4% 0.51% -
HSV(B) 244.8º 0.56% 0.7% -
XYZ 14.86 10.87 43.96 -
YUV 92.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 87 79 179 0.51 0.56 0 0.30 244.8 0.4 0.51
Hex 57 4F B3 33 38 0 1E F5 28 33
Octal 127 117 263 63 70 0 36 365 50 63
Binary 1010111 1001111 10110011 110011 111000 0 11110 11110101 101000 110011

Color Harmonies of #574FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FB3

Black with #574FB3

Text Example


Text Example

White with #574FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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