#574CBB

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

Shades of Rich Blue #574CBB

Tints of Rich Blue #574CBB

Color information

#574CBB (or 0x574CBB) is unknown color: approx Rich Blue. HEX triplet: 57, 4C and BB. RGB value is (87,76,187). Sum of RGB (Red+Green+Blue) = 87+76+187=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #574CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CBB is #A8B344. Grayscale: #5B5B5B. Windows color (decimal): -11055941 or 12274775. OLE color: 12274775.

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

Color convert

RGB8776187-
CMYK0.530.5900.27
HSL245.95º44.94%51.57%-
HSV(B)245.95º59.36%73.33%-
XYZ15.4810.7848.28-
YUV91.94181.64124.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 187 (73.44% from 255) = 53.43%
R=24.86%
G=21.71%
B=53.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87761870.530.5900.27245.9544.9451.57
Hex574CBB353B01Bf62d34
Octal12711427365730333665564
Binary101011110011001011101111010111101101101111110110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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