Html Css Color HEX #551B73 Blue Diamond

📋 copy color: '#551B73'

red 85 ◦ green 27 ◦ blue 115

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

Shades of Blue Diamond #551B73

Tints of Blue Diamond #551B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.89%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 37.44%
G = 11.89%
B = 50.66%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#551B73 (or 0x551B73) is known color: Blue Diamond. HEX triplet: 55, 1B and 73. RGB value is (85,27,115). Sum of RGB (Red+Green+Blue) = 85+27+115=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #551B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B73 is #AAE48C. Grayscale: #363636. Windows color (decimal): -11199629 or 7543637. OLE color: 7543637.

HSL color Cylindrical-coordinate representation of color #551B73: hue angle of 279.55º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #551B73 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 27 115 -
CMYK 0.26 0.77 0 0.55
HSL 279.55º 0.62% 0.28% -
HSV(B) 279.55º 0.77% 0.45% -
XYZ 7.23 3.95 16.6 -
YUV 54.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 85 27 115 0.26 0.77 0 0.55 279.55 0.62 0.28
Hex 55 1B 73 1A 4D 0 37 118 3E 1C
Octal 125 33 163 32 115 0 67 430 76 34
Binary 1010101 11011 1110011 11010 1001101 0 110111 100011000 111110 11100

Color Harmonies of #551B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B73

Black with #551B73

Text Example


Text Example

White with #551B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551B73; }

 p { color: rgb(85,27,115); }

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

background-color css

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

 a { background-color: rgb(85,27,115); }

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

border-color css

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

 span { border-color: rgb(85,27,115); }

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