Html Css Color HEX #553273 Blue Diamond

📋 copy color: '#553273'

red 85 ◦ green 50 ◦ blue 115

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

Shades of Blue Diamond #553273

Tints of Blue Diamond #553273

RGB

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

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

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

R = 34%
G = 20%
B = 46%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#553273 (or 0x553273) is known color: Blue Diamond. HEX triplet: 55, 32 and 73. RGB value is (85,50,115). Sum of RGB (Red+Green+Blue) = 85+50+115=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #553273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553273 is #AACD8C. Grayscale: #434343. Windows color (decimal): -11193741 or 7549525. OLE color: 7549525.

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

Color convert

RGB 85 50 115 -
CMYK 0.26 0.57 0 0.55
HSL 272.31º 0.39% 0.32% -
HSV(B) 272.31º 0.57% 0.45% -
XYZ 7.98 5.45 16.85 -
YUV 67.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 85 50 115 0.26 0.57 0 0.55 272.31 0.39 0.32
Hex 55 32 73 1A 39 0 37 110 27 20
Octal 125 62 163 32 71 0 67 420 47 40
Binary 1010101 110010 1110011 11010 111001 0 110111 100010000 100111 100000

Color Harmonies of #553273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553273

Black with #553273

Text Example


Text Example

White with #553273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553273; }

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

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

background-color css

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

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

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

border-color css

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

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

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