Html Css Color HEX #5452BD Rich Blue

📋 copy color: '#5452BD'

red 84 ◦ green 82 ◦ blue 189

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

Shades of Rich Blue #5452BD

Tints of Rich Blue #5452BD

RGB

 RED value IS 84 (33.2% from 255) = 23.66%

 GREEN value IS 82 (32.42% from 255) = 23.1%

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 23.66%
G = 23.1%
B = 53.24%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5452BD (or 0x5452BD) is known color: Rich Blue. HEX triplet: 54, 52 and BD. RGB value is (84,82,189). Sum of RGB (Red+Green+Blue) = 84+82+189=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #5452BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5452BD is #ABAD42. Grayscale: #5E5E5E. Windows color (decimal): -11251011 or 12407380. OLE color: 12407380.

HSL color Cylindrical-coordinate representation of color #5452BD: hue angle of 241.12º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5452BD is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 82 189 -
CMYK 0.56 0.57 0 0.26
HSL 241.12º 0.45% 0.53% -
HSV(B) 241.12º 0.57% 0.74% -
XYZ 15.86 11.59 49.55 -
YUV 94.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 84 82 189 0.56 0.57 0 0.26 241.12 0.45 0.53
Hex 54 52 BD 38 39 0 1A F1 2D 35
Octal 124 122 275 70 71 0 32 361 55 65
Binary 1010100 1010010 10111101 111000 111001 0 11010 11110001 101101 110101

Color Harmonies of #5452BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5452BD

Black with #5452BD

Text Example


Text Example

White with #5452BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5452BD; }

 p { color: rgb(84,82,189); }

 H1.HeaderClassName
 {
   color: #5452BD;
 }
 .AnyTagClassName
 {
   color: #5452BD;
 }
</style>

background-color css

<style>
 a { background-color: #5452BD; }

 a { background-color: rgb(84,82,189); }

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

border-color css

<style>
 span { border-color: #5452BD; }

 span { border-color: rgb(84,82,189); }

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