Html Css Color HEX #553073 Blue Diamond

📋 copy color: '#553073'

red 85 ◦ green 48 ◦ blue 115

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

Shades of Blue Diamond #553073

Tints of Blue Diamond #553073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 34.27%
G = 19.35%
B = 46.37%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#553073 (or 0x553073) is known color: Blue Diamond. HEX triplet: 55, 30 and 73. RGB value is (85,48,115). Sum of RGB (Red+Green+Blue) = 85+48+115=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #553073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553073 is #AACF8C. Grayscale: #424242. Windows color (decimal): -11194253 or 7549013. OLE color: 7549013.

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

Color convert

RGB 85 48 115 -
CMYK 0.26 0.58 0 0.55
HSL 273.13º 0.41% 0.32% -
HSV(B) 273.13º 0.58% 0.45% -
XYZ 7.9 5.28 16.82 -
YUV 66.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 85 48 115 0.26 0.58 0 0.55 273.13 0.41 0.32
Hex 55 30 73 1A 3A 0 37 111 29 20
Octal 125 60 163 32 72 0 67 421 51 40
Binary 1010101 110000 1110011 11010 111010 0 110111 100010001 101001 100000

Color Harmonies of #553073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553073

Black with #553073

Text Example


Text Example

White with #553073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553073; }

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

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

background-color css

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

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

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

border-color css

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

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

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