Html Css Color HEX #584ABC Rich Blue

📋 copy color: '#584ABC'

red 88 ◦ green 74 ◦ blue 188

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

Shades of Rich Blue #584ABC

Tints of Rich Blue #584ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

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

R = 25.14%
G = 21.14%
B = 53.71%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#584ABC (or 0x584ABC) is known color: Rich Blue. HEX triplet: 58, 4A and BC. RGB value is (88,74,188). Sum of RGB (Red+Green+Blue) = 88+74+188=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #584ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ABC is #A7B543. Grayscale: #5A5A5A. Windows color (decimal): -10990916 or 12339800. OLE color: 12339800.

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

Color convert

RGB 88 74 188 -
CMYK 0.53 0.61 0 0.26
HSL 247.37º 0.46% 0.51% -
HSV(B) 247.37º 0.61% 0.74% -
XYZ 15.55 10.6 48.8 -
YUV 91.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 88 74 188 0.53 0.61 0 0.26 247.37 0.46 0.51
Hex 58 4A BC 35 3D 0 1A F7 2E 33
Octal 130 112 274 65 75 0 32 367 56 63
Binary 1011000 1001010 10111100 110101 111101 0 11010 11110111 101110 110011

Color Harmonies of #584ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ABC

Black with #584ABC

Text Example


Text Example

White with #584ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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