Html Css Color HEX #551979 Blue Diamond

📋 copy color: '#551979'

red 85 ◦ green 25 ◦ blue 121

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

Shades of Blue Diamond #551979

Tints of Blue Diamond #551979

RGB

 RED value IS 85 (33.59% from 255) = 36.8%

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 121 (47.66% from 255) = 52.38%

R = 36.8%
G = 10.82%
B = 52.38%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#551979 (or 0x551979) is known color: Blue Diamond. HEX triplet: 55, 19 and 79. RGB value is (85,25,121). Sum of RGB (Red+Green+Blue) = 85+25+121=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #551979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551979 is #AAE686. Grayscale: #353535. Windows color (decimal): -11200135 or 7936341. OLE color: 7936341.

HSL color Cylindrical-coordinate representation of color #551979: hue angle of 277.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551979 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 25 121 -
CMYK 0.30 0.79 0 0.53
HSL 277.5º 0.66% 0.29% -
HSV(B) 277.5º 0.79% 0.47% -
XYZ 7.55 4.01 18.46 -
YUV 53.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 85 25 121 0.30 0.79 0 0.53 277.5 0.66 0.29
Hex 55 19 79 1E 4F 0 35 116 42 1D
Octal 125 31 171 36 117 0 65 426 102 35
Binary 1010101 11001 1111001 11110 1001111 0 110101 100010110 1000010 11101

Color Harmonies of #551979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551979

Black with #551979

Text Example


Text Example

White with #551979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551979; }

 p { color: rgb(85,25,121); }

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

background-color css

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

 a { background-color: rgb(85,25,121); }

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

border-color css

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

 span { border-color: rgb(85,25,121); }

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