Html Css Color HEX #552872 Blue Diamond

📋 copy color: '#552872'

red 85 ◦ green 40 ◦ blue 114

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

Shades of Blue Diamond #552872

Tints of Blue Diamond #552872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 35.56%
G = 16.74%
B = 47.7%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552872 (or 0x552872) is known color: Blue Diamond. HEX triplet: 55, 28 and 72. RGB value is (85,40,114). Sum of RGB (Red+Green+Blue) = 85+40+114=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #552872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552872 is #AAD78D. Grayscale: #3D3D3D. Windows color (decimal): -11196302 or 7481429. OLE color: 7481429.

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

Color convert

RGB 85 40 114 -
CMYK 0.25 0.65 0 0.55
HSL 276.49º 0.48% 0.3% -
HSV(B) 276.49º 0.65% 0.45% -
XYZ 7.54 4.66 16.42 -
YUV 61.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 85 40 114 0.25 0.65 0 0.55 276.49 0.48 0.3
Hex 55 28 72 19 41 0 37 114 30 1E
Octal 125 50 162 31 101 0 67 424 60 36
Binary 1010101 101000 1110010 11001 1000001 0 110111 100010100 110000 11110

Color Harmonies of #552872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552872

Black with #552872

Text Example


Text Example

White with #552872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552872; }

 p { color: rgb(85,40,114); }

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

background-color css

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

 a { background-color: rgb(85,40,114); }

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

border-color css

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

 span { border-color: rgb(85,40,114); }

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