Html Css Color HEX #585CAA Rich Blue

📋 copy color: '#585CAA'

red 88 ◦ green 92 ◦ blue 170

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

Shades of Rich Blue #585CAA

Tints of Rich Blue #585CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 25.14%
G = 26.29%
B = 48.57%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#585CAA (or 0x585CAA) is known color: Rich Blue. HEX triplet: 58, 5C and AA. RGB value is (88,92,170). Sum of RGB (Red+Green+Blue) = 88+92+170=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #585CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CAA is #A7A355. Grayscale: #636363. Windows color (decimal): -10986326 or 11164760. OLE color: 11164760.

HSL color Cylindrical-coordinate representation of color #585CAA: hue angle of 237.07º 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 #585CAA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 92 170 -
CMYK 0.48 0.46 0 0.33
HSL 237.07º 0.33% 0.51% -
HSV(B) 237.07º 0.48% 0.67% -
XYZ 15.11 12.63 39.67 -
YUV 99.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 88 92 170 0.48 0.46 0 0.33 237.07 0.33 0.51
Hex 58 5C AA 30 2E 0 21 ED 21 33
Octal 130 134 252 60 56 0 41 355 41 63
Binary 1011000 1011100 10101010 110000 101110 0 100001 11101101 100001 110011

Color Harmonies of #585CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CAA

Black with #585CAA

Text Example


Text Example

White with #585CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585CAA; }

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

 H1.HeaderClassName
 {
   color: #585CAA;
 }
 .AnyTagClassName
 {
   color: #585CAA;
 }
</style>

background-color css

<style>
 a { background-color: #585CAA; }

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

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

border-color css

<style>
 span { border-color: #585CAA; }

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

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