Html Css Color HEX #574FAB Rich Blue

📋 copy color: '#574FAB'

red 87 ◦ green 79 ◦ blue 171

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

Shades of Rich Blue #574FAB

Tints of Rich Blue #574FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 25.82%
G = 23.44%
B = 50.74%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#574FAB (or 0x574FAB) is known color: Rich Blue. HEX triplet: 57, 4F and AB. RGB value is (87,79,171). Sum of RGB (Red+Green+Blue) = 87+79+171=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #574FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574FAB is #A8B054. Grayscale: #5B5B5B. Windows color (decimal): -11055189 or 11226967. OLE color: 11226967.

HSL color Cylindrical-coordinate representation of color #574FAB: hue angle of 245.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574FAB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 79 171 -
CMYK 0.49 0.54 0 0.33
HSL 245.22º 0.37% 0.49% -
HSV(B) 245.22º 0.54% 0.67% -
XYZ 14.08 10.56 39.82 -
YUV 91.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 87 79 171 0.49 0.54 0 0.33 245.22 0.37 0.49
Hex 57 4F AB 31 36 0 21 F5 25 31
Octal 127 117 253 61 66 0 41 365 45 61
Binary 1010111 1001111 10101011 110001 110110 0 100001 11110101 100101 110001

Color Harmonies of #574FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FAB

Black with #574FAB

Text Example


Text Example

White with #574FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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