Html Css Color HEX #585ABC Rich Blue

📋 copy color: '#585ABC'

red 88 ◦ green 90 ◦ blue 188

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

Shades of Rich Blue #585ABC

Tints of Rich Blue #585ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 24.04%
G = 24.59%
B = 51.37%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#585ABC (or 0x585ABC) is known color: Rich Blue. HEX triplet: 58, 5A and BC. RGB value is (88,90,188). Sum of RGB (Red+Green+Blue) = 88+90+188=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #585ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ABC is #A7A543. Grayscale: #646464. Windows color (decimal): -10986820 or 12343896. OLE color: 12343896.

HSL color Cylindrical-coordinate representation of color #585ABC: hue angle of 238.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #585ABC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 90 188 -
CMYK 0.53 0.52 0 0.26
HSL 238.8º 0.43% 0.54% -
HSV(B) 238.8º 0.53% 0.74% -
XYZ 16.76 13.02 49.21 -
YUV 100.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 88 90 188 0.53 0.52 0 0.26 238.8 0.43 0.54
Hex 58 5A BC 35 34 0 1A EF 2B 36
Octal 130 132 274 65 64 0 32 357 53 66
Binary 1011000 1011010 10111100 110101 110100 0 11010 11101111 101011 110110

Color Harmonies of #585ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ABC

Black with #585ABC

Text Example


Text Example

White with #585ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,90,188); }

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

background-color css

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

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

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

border-color css

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

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

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