Html Css Color HEX #552973 Blue Diamond

📋 copy color: '#552973'

red 85 ◦ green 41 ◦ blue 115

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

Shades of Blue Diamond #552973

Tints of Blue Diamond #552973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 35.27%
G = 17.01%
B = 47.72%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552973 (or 0x552973) is known color: Blue Diamond. HEX triplet: 55, 29 and 73. RGB value is (85,41,115). Sum of RGB (Red+Green+Blue) = 85+41+115=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #552973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552973 is #AAD68C. Grayscale: #3E3E3E. Windows color (decimal): -11196045 or 7547221. OLE color: 7547221.

HSL color Cylindrical-coordinate representation of color #552973: hue angle of 275.68º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552973 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 41 115 -
CMYK 0.26 0.64 0 0.55
HSL 275.68º 0.47% 0.31% -
HSV(B) 275.68º 0.64% 0.45% -
XYZ 7.63 4.75 16.74 -
YUV 62.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 85 41 115 0.26 0.64 0 0.55 275.68 0.47 0.31
Hex 55 29 73 1A 40 0 37 114 2F 1F
Octal 125 51 163 32 100 0 67 424 57 37
Binary 1010101 101001 1110011 11010 1000000 0 110111 100010100 101111 11111

Color Harmonies of #552973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552973

Black with #552973

Text Example


Text Example

White with #552973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552973; }

 p { color: rgb(85,41,115); }

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

background-color css

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

 a { background-color: rgb(85,41,115); }

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

border-color css

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

 span { border-color: rgb(85,41,115); }

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