Html Css Color HEX #5353BC Rich Blue

📋 copy color: '#5353BC'

red 83 ◦ green 83 ◦ blue 188

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

Shades of Rich Blue #5353BC

Tints of Rich Blue #5353BC

RGB

 RED value IS 83 (32.81% from 255) = 23.45%

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

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

R = 23.45%
G = 23.45%
B = 53.11%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5353BC (or 0x5353BC) is known color: Rich Blue. HEX triplet: 53, 53 and BC. RGB value is (83,83,188). Sum of RGB (Red+Green+Blue) = 83+83+188=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #5353BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5353BC is #ACAC43. Grayscale: #5E5E5E. Windows color (decimal): -11316292 or 12342099. OLE color: 12342099.

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

Color convert

RGB 83 83 188 -
CMYK 0.56 0.56 0 0.26
HSL 240º 0.44% 0.53% -
HSV(B) 240º 0.56% 0.74% -
XYZ 15.74 11.66 49 -
YUV 94.97 180.5 119.46 -
System Red Green Blue C M Y K H S L
Decimal 83 83 188 0.56 0.56 0 0.26 240 0.44 0.53
Hex 53 53 BC 38 38 0 1A F0 2C 35
Octal 123 123 274 70 70 0 32 360 54 65
Binary 1010011 1010011 10111100 111000 111000 0 11010 11110000 101100 110101

Color Harmonies of #5353BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5353BC

Black with #5353BC

Text Example


Text Example

White with #5353BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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