Html Css Color HEX #553272 Blue Diamond

📋 copy color: '#553272'

red 85 ◦ green 50 ◦ blue 114

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

Shades of Blue Diamond #553272

Tints of Blue Diamond #553272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

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

R = 34.14%
G = 20.08%
B = 45.78%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#553272 (or 0x553272) is known color: Blue Diamond. HEX triplet: 55, 32 and 72. RGB value is (85,50,114). Sum of RGB (Red+Green+Blue) = 85+50+114=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #553272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553272 is #AACD8D. Grayscale: #434343. Windows color (decimal): -11193742 or 7483989. OLE color: 7483989.

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

Color convert

RGB 85 50 114 -
CMYK 0.25 0.56 0 0.55
HSL 272.81º 0.39% 0.32% -
HSV(B) 272.81º 0.56% 0.45% -
XYZ 7.92 5.43 16.55 -
YUV 67.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 85 50 114 0.25 0.56 0 0.55 272.81 0.39 0.32
Hex 55 32 72 19 38 0 37 111 27 20
Octal 125 62 162 31 70 0 67 421 47 40
Binary 1010101 110010 1110010 11001 111000 0 110111 100010001 100111 100000

Color Harmonies of #553272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553272

Black with #553272

Text Example


Text Example

White with #553272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553272; }

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

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

background-color css

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

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

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

border-color css

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

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

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