Html Css Color HEX #5153BC Rich Blue

📋 copy color: '#5153BC'

red 81 ◦ green 83 ◦ blue 188

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

Shades of Rich Blue #5153BC

Tints of Rich Blue #5153BC

RGB

 RED value IS 81 (32.03% from 255) = 23.01%

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 23.01%
G = 23.58%
B = 53.41%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5153BC (or 0x5153BC) is known color: Rich Blue. HEX triplet: 51, 53 and BC. RGB value is (81,83,188). Sum of RGB (Red+Green+Blue) = 81+83+188=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #5153BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5153BC is #AEAC43. Grayscale: #5D5D5D. Windows color (decimal): -11447364 or 12342097. OLE color: 12342097.

HSL color Cylindrical-coordinate representation of color #5153BC: hue angle of 238.88º degrees, saturation: 0.44, 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 #5153BC is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 83 188 -
CMYK 0.57 0.56 0 0.26
HSL 238.88º 0.44% 0.53% -
HSV(B) 238.88º 0.57% 0.74% -
XYZ 15.56 11.57 48.99 -
YUV 94.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 81 83 188 0.57 0.56 0 0.26 238.88 0.44 0.53
Hex 51 53 BC 39 38 0 1A EF 2C 35
Octal 121 123 274 71 70 0 32 357 54 65
Binary 1010001 1010011 10111100 111001 111000 0 11010 11101111 101100 110101

Color Harmonies of #5153BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5153BC

Black with #5153BC

Text Example


Text Example

White with #5153BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5153BC; }

 p { color: rgb(81,83,188); }

 H1.HeaderClassName
 {
   color: #5153BC;
 }
 .AnyTagClassName
 {
   color: #5153BC;
 }
</style>

background-color css

<style>
 a { background-color: #5153BC; }

 a { background-color: rgb(81,83,188); }

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

border-color css

<style>
 span { border-color: #5153BC; }

 span { border-color: rgb(81,83,188); }

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