Html Css Color HEX #5753BD Rich Blue

📋 copy color: '#5753BD'

red 87 ◦ green 83 ◦ blue 189

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

Shades of Rich Blue #5753BD

Tints of Rich Blue #5753BD

RGB

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

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

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

R = 24.23%
G = 23.12%
B = 52.65%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5753BD (or 0x5753BD) is known color: Rich Blue. HEX triplet: 57, 53 and BD. RGB value is (87,83,189). Sum of RGB (Red+Green+Blue) = 87+83+189=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #5753BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5753BD is #A8AC42. Grayscale: #5F5F5F. Windows color (decimal): -11054147 or 12407639. OLE color: 12407639.

HSL color Cylindrical-coordinate representation of color #5753BD: hue angle of 242.26º degrees, saturation: 0.45, 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 #5753BD is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 83 189 -
CMYK 0.54 0.56 0 0.26
HSL 242.26º 0.45% 0.53% -
HSV(B) 242.26º 0.56% 0.74% -
XYZ 16.21 11.89 49.58 -
YUV 96.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 87 83 189 0.54 0.56 0 0.26 242.26 0.45 0.53
Hex 57 53 BD 36 38 0 1A F2 2D 35
Octal 127 123 275 66 70 0 32 362 55 65
Binary 1010111 1010011 10111101 110110 111000 0 11010 11110010 101101 110101

Color Harmonies of #5753BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5753BD

Black with #5753BD

Text Example


Text Example

White with #5753BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,83,189); }

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

background-color css

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

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

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

border-color css

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

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

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