Html Css Color HEX #574ABE Rich Blue

📋 copy color: '#574ABE'

red 87 ◦ green 74 ◦ blue 190

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

Shades of Rich Blue #574ABE

Tints of Rich Blue #574ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 24.79%
G = 21.08%
B = 54.13%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#574ABE (or 0x574ABE) is known color: Rich Blue. HEX triplet: 57, 4A and BE. RGB value is (87,74,190). Sum of RGB (Red+Green+Blue) = 87+74+190=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #574ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ABE is #A8B541. Grayscale: #5A5A5A. Windows color (decimal): -11056450 or 12470871. OLE color: 12470871.

HSL color Cylindrical-coordinate representation of color #574ABE: hue angle of 246.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574ABE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 74 190 -
CMYK 0.54 0.61 0 0.25
HSL 246.72º 0.47% 0.52% -
HSV(B) 246.72º 0.61% 0.75% -
XYZ 15.67 10.64 49.94 -
YUV 91.11 183.81 125.07 -
System Red Green Blue C M Y K H S L
Decimal 87 74 190 0.54 0.61 0 0.25 246.72 0.47 0.52
Hex 57 4A BE 36 3D 0 19 F7 2F 34
Octal 127 112 276 66 75 0 31 367 57 64
Binary 1010111 1001010 10111110 110110 111101 0 11001 11110111 101111 110100

Color Harmonies of #574ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ABE

Black with #574ABE

Text Example


Text Example

White with #574ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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