Html Css Color HEX #5858AA Rich Blue

📋 copy color: '#5858AA'

red 88 ◦ green 88 ◦ blue 170

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

Shades of Rich Blue #5858AA

Tints of Rich Blue #5858AA

RGB

 RED value IS 88 (34.77% from 255) = 25.43%

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 25.43%
G = 25.43%
B = 49.13%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5858AA (or 0x5858AA) is known color: Rich Blue. HEX triplet: 58, 58 and AA. RGB value is (88,88,170). Sum of RGB (Red+Green+Blue) = 88+88+170=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #5858AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5858AA is #A7A755. Grayscale: #616161. Windows color (decimal): -10987350 or 11163736. OLE color: 11163736.

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

Color convert

RGB 88 88 170 -
CMYK 0.48 0.48 0 0.33
HSL 240º 0.33% 0.51% -
HSV(B) 240º 0.48% 0.67% -
XYZ 14.77 11.96 39.56 -
YUV 97.35 169 121.33 -
System Red Green Blue C M Y K H S L
Decimal 88 88 170 0.48 0.48 0 0.33 240 0.33 0.51
Hex 58 58 AA 30 30 0 21 F0 21 33
Octal 130 130 252 60 60 0 41 360 41 63
Binary 1011000 1011000 10101010 110000 110000 0 100001 11110000 100001 110011

Color Harmonies of #5858AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5858AA

Black with #5858AA

Text Example


Text Example

White with #5858AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5858AA; }

 p { color: rgb(88,88,170); }

 H1.HeaderClassName
 {
   color: #5858AA;
 }
 .AnyTagClassName
 {
   color: #5858AA;
 }
</style>

background-color css

<style>
 a { background-color: #5858AA; }

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

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

border-color css

<style>
 span { border-color: #5858AA; }

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

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