#552670

Color #552670 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #552670

Tints of Blue Diamond #552670

Color information

#552670 (or 0x552670) is unknown color: approx Blue Diamond. HEX triplet: 55, 26 and 70. RGB value is (85,38,112). Sum of RGB (Red+Green+Blue) = 85+38+112=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #552670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552670 is #AAD98F. Grayscale: #3C3C3C. Windows color (decimal): -11196816 or 7349845. OLE color: 7349845.

HSL color Cylindrical-coordinate representation of color #552670: hue angle of 278.11º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552670 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8538112-
CMYK0.240.6600.56
HSL278.11º49.33%29.41%-
HSV(B)278.11º66.07%43.92%-
XYZ7.364.4915.81-
YUV60.49157.07145.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=36.17%
G=16.17%
B=47.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85381120.240.6600.56278.1149.3329.41
Hex5526701842038116311d
Octal12546160301020704266135
Binary10101011001101110000110001000010011100010001011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552670; }

 p { color: rgb(85,38,112); }

 H1.HeaderClassName
 {
   color: #552670;
 }
 .AnyTagClassName
 {
   color: #552670;
 }
</style>
background-color css

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

 a { background-color: rgb(85,38,112); }

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

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

 span { border-color: rgb(85,38,112); }

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