Html Css Color HEX #574ABA Rich Blue

📋 copy color: '#574ABA'

red 87 ◦ green 74 ◦ blue 186

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

Shades of Rich Blue #574ABA

Tints of Rich Blue #574ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 25.07%
G = 21.33%
B = 53.6%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#574ABA (or 0x574ABA) is known color: Rich Blue. HEX triplet: 57, 4A and BA. RGB value is (87,74,186). Sum of RGB (Red+Green+Blue) = 87+74+186=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #574ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ABA is #A8B545. Grayscale: #5A5A5A. Windows color (decimal): -11056454 or 12208727. OLE color: 12208727.

HSL color Cylindrical-coordinate representation of color #574ABA: hue angle of 246.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #574ABA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 74 186 -
CMYK 0.53 0.60 0 0.27
HSL 246.96º 0.45% 0.51% -
HSV(B) 246.96º 0.6% 0.73% -
XYZ 15.24 10.47 47.67 -
YUV 90.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 87 74 186 0.53 0.60 0 0.27 246.96 0.45 0.51
Hex 57 4A BA 35 3C 0 1B F7 2D 33
Octal 127 112 272 65 74 0 33 367 55 63
Binary 1010111 1001010 10111010 110101 111100 0 11011 11110111 101101 110011

Color Harmonies of #574ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ABA

Black with #574ABA

Text Example


Text Example

White with #574ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,74,186); }

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

background-color css

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

 a { background-color: rgb(87,74,186); }

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

border-color css

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

 span { border-color: rgb(87,74,186); }

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