Html Css Color HEX #5758BD Rich Blue

📋 copy color: '#5758BD'

red 87 ◦ green 88 ◦ blue 189

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

Shades of Rich Blue #5758BD

Tints of Rich Blue #5758BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.18%

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

R = 23.9%
G = 24.18%
B = 51.92%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5758BD (or 0x5758BD) is known color: Rich Blue. HEX triplet: 57, 58 and BD. RGB value is (87,88,189). Sum of RGB (Red+Green+Blue) = 87+88+189=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #5758BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5758BD is #A8A742. Grayscale: #626262. Windows color (decimal): -11052867 or 12408919. OLE color: 12408919.

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

Color convert

RGB 87 88 189 -
CMYK 0.54 0.53 0 0.26
HSL 239.41º 0.44% 0.54% -
HSV(B) 239.41º 0.54% 0.74% -
XYZ 16.61 12.68 49.72 -
YUV 99.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 87 88 189 0.54 0.53 0 0.26 239.41 0.44 0.54
Hex 57 58 BD 36 35 0 1A EF 2C 36
Octal 127 130 275 66 65 0 32 357 54 66
Binary 1010111 1011000 10111101 110110 110101 0 11010 11101111 101100 110110

Color Harmonies of #5758BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758BD

Black with #5758BD

Text Example


Text Example

White with #5758BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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