#574CBC

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

Shades of Rich Blue #574CBC

Tints of Rich Blue #574CBC

Color information

#574CBC (or 0x574CBC) is unknown color: approx Rich Blue. HEX triplet: 57, 4C and BC. RGB value is (87,76,188). Sum of RGB (Red+Green+Blue) = 87+76+188=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #574CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CBC is #A8B343. Grayscale: #5B5B5B. Windows color (decimal): -11055940 or 12340311. OLE color: 12340311.

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

Color convert

RGB8776188-
CMYK0.540.6000.26
HSL245.89º45.53%51.76%-
HSV(B)245.89º59.57%73.73%-
XYZ15.5910.8348.84-
YUV92.06182.14124.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 188 (73.83% from 255) = 53.56%
R=24.79%
G=21.65%
B=53.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87761880.540.6000.26245.8945.5351.76
Hex574CBC363C01Af62e34
Octal12711427466740323665664
Binary101011110011001011110011011011110001101011110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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