Html Css Color HEX #552573 Blue Diamond

📋 copy color: '#552573'

red 85 ◦ green 37 ◦ blue 115

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

Shades of Blue Diamond #552573

Tints of Blue Diamond #552573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 35.86%
G = 15.61%
B = 48.52%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552573 (or 0x552573) is known color: Blue Diamond. HEX triplet: 55, 25 and 73. RGB value is (85,37,115). Sum of RGB (Red+Green+Blue) = 85+37+115=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #552573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552573 is #AADA8C. Grayscale: #3B3B3B. Windows color (decimal): -11197069 or 7546197. OLE color: 7546197.

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

Color convert

RGB 85 37 115 -
CMYK 0.26 0.68 0 0.55
HSL 276.92º 0.51% 0.3% -
HSV(B) 276.92º 0.68% 0.45% -
XYZ 7.5 4.49 16.69 -
YUV 60.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 85 37 115 0.26 0.68 0 0.55 276.92 0.51 0.3
Hex 55 25 73 1A 44 0 37 115 33 1E
Octal 125 45 163 32 104 0 67 425 63 36
Binary 1010101 100101 1110011 11010 1000100 0 110111 100010101 110011 11110

Color Harmonies of #552573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552573

Black with #552573

Text Example


Text Example

White with #552573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552573; }

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

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

background-color css

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

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

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

border-color css

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

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

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