Html Css Color HEX #584BAB Rich Blue

📋 copy color: '#584BAB'

red 88 ◦ green 75 ◦ blue 171

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

Shades of Rich Blue #584BAB

Tints of Rich Blue #584BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

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

R = 26.35%
G = 22.46%
B = 51.2%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#584BAB (or 0x584BAB) is known color: Rich Blue. HEX triplet: 58, 4B and AB. RGB value is (88,75,171). Sum of RGB (Red+Green+Blue) = 88+75+171=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #584BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584BAB is #A7B454. Grayscale: #595959. Windows color (decimal): -10990677 or 11225944. OLE color: 11225944.

HSL color Cylindrical-coordinate representation of color #584BAB: hue angle of 248.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #584BAB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 75 171 -
CMYK 0.49 0.56 0 0.33
HSL 248.13º 0.39% 0.48% -
HSV(B) 248.13º 0.56% 0.67% -
XYZ 13.89 10.05 39.74 -
YUV 89.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 88 75 171 0.49 0.56 0 0.33 248.13 0.39 0.48
Hex 58 4B AB 31 38 0 21 F8 27 30
Octal 130 113 253 61 70 0 41 370 47 60
Binary 1011000 1001011 10101011 110001 111000 0 100001 11111000 100111 110000

Color Harmonies of #584BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584BAB

Black with #584BAB

Text Example


Text Example

White with #584BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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