Html Css Color HEX #584CAA Rich Blue

📋 copy color: '#584CAA'

red 88 ◦ green 76 ◦ blue 170

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

Shades of Rich Blue #584CAA

Tints of Rich Blue #584CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 26.35%
G = 22.75%
B = 50.9%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#584CAA (or 0x584CAA) is known color: Rich Blue. HEX triplet: 58, 4C and AA. RGB value is (88,76,170). Sum of RGB (Red+Green+Blue) = 88+76+170=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #584CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584CAA is #A7B355. Grayscale: #595959. Windows color (decimal): -10990422 or 11160664. OLE color: 11160664.

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

Color convert

RGB 88 76 170 -
CMYK 0.48 0.55 0 0.33
HSL 247.66º 0.38% 0.48% -
HSV(B) 247.66º 0.55% 0.67% -
XYZ 13.86 10.15 39.26 -
YUV 90.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 88 76 170 0.48 0.55 0 0.33 247.66 0.38 0.48
Hex 58 4C AA 30 37 0 21 F8 26 30
Octal 130 114 252 60 67 0 41 370 46 60
Binary 1011000 1001100 10101010 110000 110111 0 100001 11111000 100110 110000

Color Harmonies of #584CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CAA

Black with #584CAA

Text Example


Text Example

White with #584CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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