Html Css Color HEX #551975 Blue Diamond

📋 copy color: '#551975'

red 85 ◦ green 25 ◦ blue 117

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

Shades of Blue Diamond #551975

Tints of Blue Diamond #551975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 37.44%
G = 11.01%
B = 51.54%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#551975 (or 0x551975) is known color: Blue Diamond. HEX triplet: 55, 19 and 75. RGB value is (85,25,117). Sum of RGB (Red+Green+Blue) = 85+25+117=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #551975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551975 is #AAE68A. Grayscale: #353535. Windows color (decimal): -11200139 or 7674197. OLE color: 7674197.

HSL color Cylindrical-coordinate representation of color #551975: hue angle of 279.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551975 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 25 117 -
CMYK 0.27 0.79 0 0.54
HSL 279.13º 0.65% 0.28% -
HSV(B) 279.13º 0.79% 0.46% -
XYZ 7.3 3.91 17.2 -
YUV 53.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 85 25 117 0.27 0.79 0 0.54 279.13 0.65 0.28
Hex 55 19 75 1B 4F 0 36 117 41 1C
Octal 125 31 165 33 117 0 66 427 101 34
Binary 1010101 11001 1110101 11011 1001111 0 110110 100010111 1000001 11100

Color Harmonies of #551975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551975

Black with #551975

Text Example


Text Example

White with #551975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551975; }

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

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

background-color css

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

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

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

border-color css

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

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

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