Html Css Color HEX #552376 Blue Diamond

📋 copy color: '#552376'

red 85 ◦ green 35 ◦ blue 118

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

Shades of Blue Diamond #552376

Tints of Blue Diamond #552376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.58%

R = 35.71%
G = 14.71%
B = 49.58%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#552376 (or 0x552376) is known color: Blue Diamond. HEX triplet: 55, 23 and 76. RGB value is (85,35,118). Sum of RGB (Red+Green+Blue) = 85+35+118=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #552376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552376 is #AADC89. Grayscale: #3B3B3B. Windows color (decimal): -11197578 or 7742293. OLE color: 7742293.

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

Color convert

RGB 85 35 118 -
CMYK 0.28 0.70 0 0.54
HSL 276.14º 0.54% 0.3% -
HSV(B) 276.14º 0.7% 0.46% -
XYZ 7.62 4.44 17.6 -
YUV 59.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 85 35 118 0.28 0.70 0 0.54 276.14 0.54 0.3
Hex 55 23 76 1C 46 0 36 114 36 1E
Octal 125 43 166 34 106 0 66 424 66 36
Binary 1010101 100011 1110110 11100 1000110 0 110110 100010100 110110 11110

Color Harmonies of #552376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552376

Black with #552376

Text Example


Text Example

White with #552376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552376; }

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

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

background-color css

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

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

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

border-color css

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

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

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