#574CBF

Color #574CBF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #574CBF

Tints of Rich Blue #574CBF

Color information

#574CBF (or 0x574CBF) is unknown color: approx Rich Blue. HEX triplet: 57, 4C and BF. RGB value is (87,76,191). Sum of RGB (Red+Green+Blue) = 87+76+191=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #574CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CBF is #A8B340. Grayscale: #5B5B5B. Windows color (decimal): -11055937 or 12536919. OLE color: 12536919.

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

Color convert

RGB8776191-
CMYK0.540.6000.25
HSL245.74º47.33%52.35%-
HSV(B)245.74º60.21%74.9%-
XYZ15.9210.9650.57-
YUV92.4183.64124.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 191 (75% from 255) = 53.95%
R=24.58%
G=21.47%
B=53.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87761910.540.6000.25245.7447.3352.35
Hex574CBF363C019f62f34
Octal12711427766740313665764
Binary101011110011001011111111011011110001100111110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #574CBF;
 }
 .AnyTagClassName
 {
   color: #574CBF;
 }
</style>
background-color css

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

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

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

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

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

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