Html Css Color HEX #574BA8 Rich Blue

📋 copy color: '#574BA8'

red 87 ◦ green 75 ◦ blue 168

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

Shades of Rich Blue #574BA8

Tints of Rich Blue #574BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.73%

 BLUE value IS 168 (66.02% from 255) = 50.91%

R = 26.36%
G = 22.73%
B = 50.91%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#574BA8 (or 0x574BA8) is known color: Rich Blue. HEX triplet: 57, 4B and A8. RGB value is (87,75,168). Sum of RGB (Red+Green+Blue) = 87+75+168=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #574BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574BA8 is #A8B457. Grayscale: #585858. Windows color (decimal): -11056216 or 11029335. OLE color: 11029335.

HSL color Cylindrical-coordinate representation of color #574BA8: hue angle of 247.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #574BA8 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 87 75 168 -
CMYK 0.48 0.55 0 0.34
HSL 247.74º 0.38% 0.48% -
HSV(B) 247.74º 0.55% 0.66% -
XYZ 13.51 9.89 38.24 -
YUV 89.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 87 75 168 0.48 0.55 0 0.34 247.74 0.38 0.48
Hex 57 4B A8 30 37 0 22 F8 26 30
Octal 127 113 250 60 67 0 42 370 46 60
Binary 1010111 1001011 10101000 110000 110111 0 100010 11111000 100110 110000

Color Harmonies of #574BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BA8

Black with #574BA8

Text Example


Text Example

White with #574BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,75,168); }

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

background-color css

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

 a { background-color: rgb(87,75,168); }

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

border-color css

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

 span { border-color: rgb(87,75,168); }

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