Html Css Color HEX #585CAB Rich Blue

📋 copy color: '#585CAB'

red 88 ◦ green 92 ◦ blue 171

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

Shades of Rich Blue #585CAB

Tints of Rich Blue #585CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 25.07%
G = 26.21%
B = 48.72%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#585CAB (or 0x585CAB) is known color: Rich Blue. HEX triplet: 58, 5C and AB. RGB value is (88,92,171). Sum of RGB (Red+Green+Blue) = 88+92+171=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #585CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CAB is #A7A354. Grayscale: #636363. Windows color (decimal): -10986325 or 11230296. OLE color: 11230296.

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

Color convert

RGB 88 92 171 -
CMYK 0.49 0.46 0 0.33
HSL 237.11º 0.33% 0.51% -
HSV(B) 237.11º 0.49% 0.67% -
XYZ 15.2 12.67 40.17 -
YUV 99.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 88 92 171 0.49 0.46 0 0.33 237.11 0.33 0.51
Hex 58 5C AB 31 2E 0 21 ED 21 33
Octal 130 134 253 61 56 0 41 355 41 63
Binary 1011000 1011100 10101011 110001 101110 0 100001 11101101 100001 110011

Color Harmonies of #585CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CAB

Black with #585CAB

Text Example


Text Example

White with #585CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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