Html Css Color HEX #552373 Blue Diamond

📋 copy color: '#552373'

red 85 ◦ green 35 ◦ blue 115

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

Shades of Blue Diamond #552373

Tints of Blue Diamond #552373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 36.17%
G = 14.89%
B = 48.94%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552373 (or 0x552373) is known color: Blue Diamond. HEX triplet: 55, 23 and 73. RGB value is (85,35,115). Sum of RGB (Red+Green+Blue) = 85+35+115=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #552373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552373 is #AADC8C. Grayscale: #3A3A3A. Windows color (decimal): -11197581 or 7545685. OLE color: 7545685.

HSL color Cylindrical-coordinate representation of color #552373: hue angle of 277.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552373 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 35 115 -
CMYK 0.26 0.70 0 0.55
HSL 277.5º 0.53% 0.29% -
HSV(B) 277.5º 0.7% 0.45% -
XYZ 7.44 4.37 16.67 -
YUV 59.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 85 35 115 0.26 0.70 0 0.55 277.5 0.53 0.29
Hex 55 23 73 1A 46 0 37 116 35 1D
Octal 125 43 163 32 106 0 67 426 65 35
Binary 1010101 100011 1110011 11010 1000110 0 110111 100010110 110101 11101

Color Harmonies of #552373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552373

Black with #552373

Text Example


Text Example

White with #552373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552373; }

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

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

background-color css

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

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

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

border-color css

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

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

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