Html Css Color HEX #585DB4 Rich Blue

📋 copy color: '#585DB4'

red 88 ◦ green 93 ◦ blue 180

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

Shades of Rich Blue #585DB4

Tints of Rich Blue #585DB4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

 BLUE value IS 180 (70.7% from 255) = 49.86%

R = 24.38%
G = 25.76%
B = 49.86%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#585DB4 (or 0x585DB4) is known color: Rich Blue. HEX triplet: 58, 5D and B4. RGB value is (88,93,180). Sum of RGB (Red+Green+Blue) = 88+93+180=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #585DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DB4 is #A7A24B. Grayscale: #656565. Windows color (decimal): -10986060 or 11820376. OLE color: 11820376.

HSL color Cylindrical-coordinate representation of color #585DB4: hue angle of 236.74º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #585DB4 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 93 180 -
CMYK 0.51 0.48 0 0.29
HSL 236.74º 0.38% 0.53% -
HSV(B) 236.74º 0.51% 0.71% -
XYZ 16.18 13.2 44.88 -
YUV 101.42 172.34 118.43 -
System Red Green Blue C M Y K H S L
Decimal 88 93 180 0.51 0.48 0 0.29 236.74 0.38 0.53
Hex 58 5D B4 33 30 0 1D ED 26 35
Octal 130 135 264 63 60 0 35 355 46 65
Binary 1011000 1011101 10110100 110011 110000 0 11101 11101101 100110 110101

Color Harmonies of #585DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DB4

Black with #585DB4

Text Example


Text Example

White with #585DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,180); }

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

background-color css

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

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

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

border-color css

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

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

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