Html Css Color HEX #5758AC Rich Blue

📋 copy color: '#5758AC'

red 87 ◦ green 88 ◦ blue 172

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

Shades of Rich Blue #5758AC

Tints of Rich Blue #5758AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 25.07%
G = 25.36%
B = 49.57%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5758AC (or 0x5758AC) is known color: Rich Blue. HEX triplet: 57, 58 and AC. RGB value is (87,88,172). Sum of RGB (Red+Green+Blue) = 87+88+172=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #5758AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5758AC is #A8A753. Grayscale: #606060. Windows color (decimal): -11052884 or 11294807. OLE color: 11294807.

HSL color Cylindrical-coordinate representation of color #5758AC: hue angle of 239.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5758AC is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 88 172 -
CMYK 0.49 0.49 0 0.33
HSL 239.29º 0.34% 0.51% -
HSV(B) 239.29º 0.49% 0.67% -
XYZ 14.87 11.98 40.56 -
YUV 97.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 87 88 172 0.49 0.49 0 0.33 239.29 0.34 0.51
Hex 57 58 AC 31 31 0 21 EF 22 33
Octal 127 130 254 61 61 0 41 357 42 63
Binary 1010111 1011000 10101100 110001 110001 0 100001 11101111 100010 110011

Color Harmonies of #5758AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758AC

Black with #5758AC

Text Example


Text Example

White with #5758AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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