Html Css Color HEX #585CAF Rich Blue

📋 copy color: '#585CAF'

red 88 ◦ green 92 ◦ blue 175

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

Shades of Rich Blue #585CAF

Tints of Rich Blue #585CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.3%

R = 24.79%
G = 25.92%
B = 49.3%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#585CAF (or 0x585CAF) is known color: Rich Blue. HEX triplet: 58, 5C and AF. RGB value is (88,92,175). Sum of RGB (Red+Green+Blue) = 88+92+175=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #585CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CAF is #A7A350. Grayscale: #636363. Windows color (decimal): -10986321 or 11492440. OLE color: 11492440.

HSL color Cylindrical-coordinate representation of color #585CAF: hue angle of 237.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #585CAF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 92 175 -
CMYK 0.50 0.47 0 0.31
HSL 237.24º 0.35% 0.52% -
HSV(B) 237.24º 0.5% 0.69% -
XYZ 15.59 12.82 42.21 -
YUV 100.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 88 92 175 0.50 0.47 0 0.31 237.24 0.35 0.52
Hex 58 5C AF 32 2F 0 1F ED 23 34
Octal 130 134 257 62 57 0 37 355 43 64
Binary 1011000 1011100 10101111 110010 101111 0 11111 11101101 100011 110100

Color Harmonies of #585CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CAF

Black with #585CAF

Text Example


Text Example

White with #585CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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