Html Css Color HEX #552B74 Blue Diamond

📋 copy color: '#552B74'

red 85 ◦ green 43 ◦ blue 116

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

Shades of Blue Diamond #552B74

Tints of Blue Diamond #552B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.62%

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

R = 34.84%
G = 17.62%
B = 47.54%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552B74 (or 0x552B74) is known color: Blue Diamond. HEX triplet: 55, 2B and 74. RGB value is (85,43,116). Sum of RGB (Red+Green+Blue) = 85+43+116=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #552B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B74 is #AAD48B. Grayscale: #3F3F3F. Windows color (decimal): -11195532 or 7613269. OLE color: 7613269.

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

Color convert

RGB 85 43 116 -
CMYK 0.27 0.63 0 0.55
HSL 274.52º 0.46% 0.31% -
HSV(B) 274.52º 0.63% 0.45% -
XYZ 7.76 4.92 17.06 -
YUV 63.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 85 43 116 0.27 0.63 0 0.55 274.52 0.46 0.31
Hex 55 2B 74 1B 3F 0 37 113 2E 1F
Octal 125 53 164 33 77 0 67 423 56 37
Binary 1010101 101011 1110100 11011 111111 0 110111 100010011 101110 11111

Color Harmonies of #552B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B74

Black with #552B74

Text Example


Text Example

White with #552B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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