Html Css Color HEX #553271 Blue Diamond

📋 copy color: '#553271'

red 85 ◦ green 50 ◦ blue 113

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

Shades of Blue Diamond #553271

Tints of Blue Diamond #553271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.56%

R = 34.27%
G = 20.16%
B = 45.56%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#553271 (or 0x553271) is known color: Blue Diamond. HEX triplet: 55, 32 and 71. RGB value is (85,50,113). Sum of RGB (Red+Green+Blue) = 85+50+113=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #553271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553271 is #AACD8E. Grayscale: #434343. Windows color (decimal): -11193743 or 7418453. OLE color: 7418453.

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

Color convert

RGB 85 50 113 -
CMYK 0.25 0.56 0 0.56
HSL 273.33º 0.39% 0.32% -
HSV(B) 273.33º 0.56% 0.44% -
XYZ 7.87 5.4 16.25 -
YUV 67.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 85 50 113 0.25 0.56 0 0.56 273.33 0.39 0.32
Hex 55 32 71 19 38 0 38 111 27 20
Octal 125 62 161 31 70 0 70 421 47 40
Binary 1010101 110010 1110001 11001 111000 0 111000 100010001 100111 100000

Color Harmonies of #553271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553271

Black with #553271

Text Example


Text Example

White with #553271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553271; }

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

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

background-color css

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

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

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

border-color css

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

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

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