Html Css Color HEX #584ABF Rich Blue

📋 copy color: '#584ABF'

red 88 ◦ green 74 ◦ blue 191

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

Shades of Rich Blue #584ABF

Tints of Rich Blue #584ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 24.93%
G = 20.96%
B = 54.11%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#584ABF (or 0x584ABF) is known color: Rich Blue. HEX triplet: 58, 4A and BF. RGB value is (88,74,191). Sum of RGB (Red+Green+Blue) = 88+74+191=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #584ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ABF is #A7B540. Grayscale: #5B5B5B. Windows color (decimal): -10990913 or 12536408. OLE color: 12536408.

HSL color Cylindrical-coordinate representation of color #584ABF: hue angle of 247.18º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #584ABF is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 74 191 -
CMYK 0.54 0.61 0 0.25
HSL 247.18º 0.48% 0.52% -
HSV(B) 247.18º 0.61% 0.75% -
XYZ 15.88 10.73 50.53 -
YUV 91.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 88 74 191 0.54 0.61 0 0.25 247.18 0.48 0.52
Hex 58 4A BF 36 3D 0 19 F7 30 34
Octal 130 112 277 66 75 0 31 367 60 64
Binary 1011000 1001010 10111111 110110 111101 0 11001 11110111 110000 110100

Color Harmonies of #584ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ABF

Black with #584ABF

Text Example


Text Example

White with #584ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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