Html Css Color HEX #5754B3 Rich Blue

📋 copy color: '#5754B3'

red 87 ◦ green 84 ◦ blue 179

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

Shades of Rich Blue #5754B3

Tints of Rich Blue #5754B3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

 BLUE value IS 179 (70.31% from 255) = 51.14%

R = 24.86%
G = 24%
B = 51.14%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5754B3 (or 0x5754B3) is known color: Rich Blue. HEX triplet: 57, 54 and B3. RGB value is (87,84,179). Sum of RGB (Red+Green+Blue) = 87+84+179=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #5754B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754B3 is #A8AB4C. Grayscale: #5F5F5F. Windows color (decimal): -11053901 or 11752535. OLE color: 11752535.

HSL color Cylindrical-coordinate representation of color #5754B3: hue angle of 241.89º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5754B3 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 87 84 179 -
CMYK 0.51 0.53 0 0.30
HSL 241.89º 0.38% 0.52% -
HSV(B) 241.89º 0.53% 0.7% -
XYZ 15.24 11.62 44.09 -
YUV 95.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 87 84 179 0.51 0.53 0 0.30 241.89 0.38 0.52
Hex 57 54 B3 33 35 0 1E F2 26 34
Octal 127 124 263 63 65 0 36 362 46 64
Binary 1010111 1010100 10110011 110011 110101 0 11110 11110010 100110 110100

Color Harmonies of #5754B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5754B3

Black with #5754B3

Text Example


Text Example

White with #5754B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5754B3; }

 p { color: rgb(87,84,179); }

 H1.HeaderClassName
 {
   color: #5754B3;
 }
 .AnyTagClassName
 {
   color: #5754B3;
 }
</style>

background-color css

<style>
 a { background-color: #5754B3; }

 a { background-color: rgb(87,84,179); }

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

border-color css

<style>
 span { border-color: #5754B3; }

 span { border-color: rgb(87,84,179); }

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