Html Css Color HEX #574CB7 Rich Blue

📋 copy color: '#574CB7'

red 87 ◦ green 76 ◦ blue 183

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

Shades of Rich Blue #574CB7

Tints of Rich Blue #574CB7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

 BLUE value IS 183 (71.88% from 255) = 52.89%

R = 25.14%
G = 21.97%
B = 52.89%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#574CB7 (or 0x574CB7) is known color: Rich Blue. HEX triplet: 57, 4C and B7. RGB value is (87,76,183). Sum of RGB (Red+Green+Blue) = 87+76+183=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #574CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CB7 is #A8B348. Grayscale: #5B5B5B. Windows color (decimal): -11055945 or 12012631. OLE color: 12012631.

HSL color Cylindrical-coordinate representation of color #574CB7: hue angle of 246.17º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #574CB7 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 87 76 183 -
CMYK 0.52 0.58 0 0.28
HSL 246.17º 0.43% 0.51% -
HSV(B) 246.17º 0.58% 0.72% -
XYZ 15.06 10.61 46.05 -
YUV 91.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 87 76 183 0.52 0.58 0 0.28 246.17 0.43 0.51
Hex 57 4C B7 34 3A 0 1C F6 2B 33
Octal 127 114 267 64 72 0 34 366 53 63
Binary 1010111 1001100 10110111 110100 111010 0 11100 11110110 101011 110011

Color Harmonies of #574CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574CB7

Black with #574CB7

Text Example


Text Example

White with #574CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,76,183); }

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

background-color css

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

 a { background-color: rgb(87,76,183); }

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

border-color css

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

 span { border-color: rgb(87,76,183); }

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