Html Css Color HEX #584CAB Rich Blue

📋 copy color: '#584CAB'

red 88 ◦ green 76 ◦ blue 171

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

Shades of Rich Blue #584CAB

Tints of Rich Blue #584CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 26.27%
G = 22.69%
B = 51.04%

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

#584CAB (or 0x584CAB) is known color: Rich Blue. HEX triplet: 58, 4C and AB. RGB value is (88,76,171). Sum of RGB (Red+Green+Blue) = 88+76+171=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #584CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584CAB is #A7B354. Grayscale: #5A5A5A. Windows color (decimal): -10990421 or 11226200. OLE color: 11226200.

HSL color Cylindrical-coordinate representation of color #584CAB: hue angle of 247.58º degrees, saturation: 0.38, 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 #584CAB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 76 171 -
CMYK 0.49 0.56 0 0.33
HSL 247.58º 0.38% 0.48% -
HSV(B) 247.58º 0.56% 0.67% -
XYZ 13.96 10.18 39.76 -
YUV 90.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 88 76 171 0.49 0.56 0 0.33 247.58 0.38 0.48
Hex 58 4C AB 31 38 0 21 F8 26 30
Octal 130 114 253 61 70 0 41 370 46 60
Binary 1011000 1001100 10101011 110001 111000 0 100001 11111000 100110 110000

Color Harmonies of #584CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CAB

Black with #584CAB

Text Example


Text Example

White with #584CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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