Html Css Color HEX #5758BA Rich Blue

📋 copy color: '#5758BA'

red 87 ◦ green 88 ◦ blue 186

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

Shades of Rich Blue #5758BA

Tints of Rich Blue #5758BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 24.1%
G = 24.38%
B = 51.52%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5758BA (or 0x5758BA) is known color: Rich Blue. HEX triplet: 57, 58 and BA. RGB value is (87,88,186). Sum of RGB (Red+Green+Blue) = 87+88+186=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #5758BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5758BA is #A8A745. Grayscale: #626262. Windows color (decimal): -11052870 or 12212311. OLE color: 12212311.

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

Color convert

RGB 87 88 186 -
CMYK 0.53 0.53 0 0.27
HSL 239.39º 0.42% 0.54% -
HSV(B) 239.39º 0.53% 0.73% -
XYZ 16.28 12.55 48.02 -
YUV 98.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 87 88 186 0.53 0.53 0 0.27 239.39 0.42 0.54
Hex 57 58 BA 35 35 0 1B EF 2A 36
Octal 127 130 272 65 65 0 33 357 52 66
Binary 1010111 1011000 10111010 110101 110101 0 11011 11101111 101010 110110

Color Harmonies of #5758BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758BA

Black with #5758BA

Text Example


Text Example

White with #5758BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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