Html Css Color HEX #552A74 Blue Diamond

📋 copy color: '#552A74'

red 85 ◦ green 42 ◦ blue 116

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

Shades of Blue Diamond #552A74

Tints of Blue Diamond #552A74

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.28%

 BLUE value IS 116 (45.7% from 255) = 47.74%

R = 34.98%
G = 17.28%
B = 47.74%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552A74 (or 0x552A74) is known color: Blue Diamond. HEX triplet: 55, 2A and 74. RGB value is (85,42,116). Sum of RGB (Red+Green+Blue) = 85+42+116=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #552A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A74 is #AAD58B. Grayscale: #3F3F3F. Windows color (decimal): -11195788 or 7613013. OLE color: 7613013.

HSL color Cylindrical-coordinate representation of color #552A74: hue angle of 274.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552A74 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 42 116 -
CMYK 0.27 0.64 0 0.55
HSL 274.86º 0.47% 0.31% -
HSV(B) 274.86º 0.64% 0.45% -
XYZ 7.73 4.85 17.05 -
YUV 63.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 85 42 116 0.27 0.64 0 0.55 274.86 0.47 0.31
Hex 55 2A 74 1B 40 0 37 113 2F 1F
Octal 125 52 164 33 100 0 67 423 57 37
Binary 1010101 101010 1110100 11011 1000000 0 110111 100010011 101111 11111

Color Harmonies of #552A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A74

Black with #552A74

Text Example


Text Example

White with #552A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,42,116); }

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

background-color css

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

 a { background-color: rgb(85,42,116); }

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

border-color css

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

 span { border-color: rgb(85,42,116); }

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