Html Css Color HEX #552D75 Blue Diamond

📋 copy color: '#552D75'

red 85 ◦ green 45 ◦ blue 117

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

Shades of Blue Diamond #552D75

Tints of Blue Diamond #552D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.22%

 BLUE value IS 117 (46.09% from 255) = 47.37%

R = 34.41%
G = 18.22%
B = 47.37%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#552D75 (or 0x552D75) is known color: Blue Diamond. HEX triplet: 55, 2D and 75. RGB value is (85,45,117). Sum of RGB (Red+Green+Blue) = 85+45+117=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #552D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D75 is #AAD28A. Grayscale: #404040. Windows color (decimal): -11195019 or 7679317. OLE color: 7679317.

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

Color convert

RGB 85 45 117 -
CMYK 0.27 0.62 0 0.54
HSL 273.33º 0.44% 0.32% -
HSV(B) 273.33º 0.62% 0.46% -
XYZ 7.9 5.09 17.4 -
YUV 65.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 85 45 117 0.27 0.62 0 0.54 273.33 0.44 0.32
Hex 55 2D 75 1B 3E 0 36 111 2C 20
Octal 125 55 165 33 76 0 66 421 54 40
Binary 1010101 101101 1110101 11011 111110 0 110110 100010001 101100 100000

Color Harmonies of #552D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D75

Black with #552D75

Text Example


Text Example

White with #552D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552D75; }

 p { color: rgb(85,45,117); }

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

background-color css

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

 a { background-color: rgb(85,45,117); }

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

border-color css

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

 span { border-color: rgb(85,45,117); }

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