Html Css Color HEX #5B53BC Rich Blue

📋 copy color: '#5B53BC'

red 91 ◦ green 83 ◦ blue 188

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

Shades of Rich Blue #5B53BC

Tints of Rich Blue #5B53BC

RGB

 RED value IS 91 (35.94% from 255) = 25.14%

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

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

R = 25.14%
G = 22.93%
B = 51.93%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B53BC (or 0x5B53BC) is known color: Rich Blue. HEX triplet: 5B, 53 and BC. RGB value is (91,83,188). Sum of RGB (Red+Green+Blue) = 91+83+188=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B53BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53BC is #A4AC43. Grayscale: #606060. Windows color (decimal): -10792004 or 12342107. OLE color: 12342107.

HSL color Cylindrical-coordinate representation of color #5B53BC: hue angle of 244.57º 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 #5B53BC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 83 188 -
CMYK 0.52 0.56 0 0.26
HSL 244.57º 0.44% 0.53% -
HSV(B) 244.57º 0.56% 0.74% -
XYZ 16.48 12.04 49.03 -
YUV 97.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 91 83 188 0.52 0.56 0 0.26 244.57 0.44 0.53
Hex 5B 53 BC 34 38 0 1A F5 2C 35
Octal 133 123 274 64 70 0 32 365 54 65
Binary 1011011 1010011 10111100 110100 111000 0 11010 11110101 101100 110101

Color Harmonies of #5B53BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B53BC

Black with #5B53BC

Text Example


Text Example

White with #5B53BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B53BC; }

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

 H1.HeaderClassName
 {
   color: #5B53BC;
 }
 .AnyTagClassName
 {
   color: #5B53BC;
 }
</style>

background-color css

<style>
 a { background-color: #5B53BC; }

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

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

border-color css

<style>
 span { border-color: #5B53BC; }

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

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