Html Css Color HEX #551978 Blue Diamond

📋 copy color: '#551978'

red 85 ◦ green 25 ◦ blue 120

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

Shades of Blue Diamond #551978

Tints of Blue Diamond #551978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.17%

R = 36.96%
G = 10.87%
B = 52.17%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#551978 (or 0x551978) is known color: Blue Diamond. HEX triplet: 55, 19 and 78. RGB value is (85,25,120). Sum of RGB (Red+Green+Blue) = 85+25+120=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #551978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551978 is #AAE687. Grayscale: #353535. Windows color (decimal): -11200136 or 7870805. OLE color: 7870805.

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

Color convert

RGB 85 25 120 -
CMYK 0.29 0.79 0 0.53
HSL 277.89º 0.66% 0.28% -
HSV(B) 277.89º 0.79% 0.47% -
XYZ 7.48 3.98 18.14 -
YUV 53.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 85 25 120 0.29 0.79 0 0.53 277.89 0.66 0.28
Hex 55 19 78 1D 4F 0 35 116 42 1C
Octal 125 31 170 35 117 0 65 426 102 34
Binary 1010101 11001 1111000 11101 1001111 0 110101 100010110 1000010 11100

Color Harmonies of #551978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551978

Black with #551978

Text Example


Text Example

White with #551978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551978; }

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

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

background-color css

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

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

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

border-color css

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

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

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