Html Css Color HEX #5754BA Rich Blue

📋 copy color: '#5754BA'

red 87 ◦ green 84 ◦ blue 186

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

Shades of Rich Blue #5754BA

Tints of Rich Blue #5754BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 24.37%
G = 23.53%
B = 52.1%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5754BA (or 0x5754BA) is known color: Rich Blue. HEX triplet: 57, 54 and BA. RGB value is (87,84,186). Sum of RGB (Red+Green+Blue) = 87+84+186=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #5754BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754BA is #A8AB45. Grayscale: #606060. Windows color (decimal): -11053894 or 12211287. OLE color: 12211287.

HSL color Cylindrical-coordinate representation of color #5754BA: hue angle of 241.76º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5754BA is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 84 186 -
CMYK 0.53 0.55 0 0.27
HSL 241.76º 0.43% 0.53% -
HSV(B) 241.76º 0.55% 0.73% -
XYZ 15.96 11.91 47.91 -
YUV 96.53 178.49 121.21 -
System Red Green Blue C M Y K H S L
Decimal 87 84 186 0.53 0.55 0 0.27 241.76 0.43 0.53
Hex 57 54 BA 35 37 0 1B F2 2A 35
Octal 127 124 272 65 67 0 33 362 52 65
Binary 1010111 1010100 10111010 110101 110111 0 11011 11110010 101010 110101

Color Harmonies of #5754BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5754BA

Black with #5754BA

Text Example


Text Example

White with #5754BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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