Html Css Color HEX #552774 Blue Diamond

📋 copy color: '#552774'

red 85 ◦ green 39 ◦ blue 116

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

Shades of Blue Diamond #552774

Tints of Blue Diamond #552774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

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

R = 35.42%
G = 16.25%
B = 48.33%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552774 (or 0x552774) is known color: Blue Diamond. HEX triplet: 55, 27 and 74. RGB value is (85,39,116). Sum of RGB (Red+Green+Blue) = 85+39+116=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #552774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552774 is #AAD88B. Grayscale: #3D3D3D. Windows color (decimal): -11196556 or 7612245. OLE color: 7612245.

HSL color Cylindrical-coordinate representation of color #552774: hue angle of 275.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552774 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 39 116 -
CMYK 0.27 0.66 0 0.55
HSL 275.84º 0.5% 0.3% -
HSV(B) 275.84º 0.66% 0.45% -
XYZ 7.62 4.64 17.02 -
YUV 61.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 85 39 116 0.27 0.66 0 0.55 275.84 0.5 0.3
Hex 55 27 74 1B 42 0 37 114 32 1E
Octal 125 47 164 33 102 0 67 424 62 36
Binary 1010101 100111 1110100 11011 1000010 0 110111 100010100 110010 11110

Color Harmonies of #552774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552774

Black with #552774

Text Example


Text Example

White with #552774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552774; }

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

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

background-color css

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

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

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

border-color css

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

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

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