Html Css Color HEX #551F6F Blue Diamond

📋 copy color: '#551F6F'

red 85 ◦ green 31 ◦ blue 111

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

Shades of Blue Diamond #551F6F

Tints of Blue Diamond #551F6F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

 BLUE value IS 111 (43.75% from 255) = 48.9%

R = 37.44%
G = 13.66%
B = 48.9%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#551F6F (or 0x551F6F) is known color: Blue Diamond. HEX triplet: 55, 1F and 6F. RGB value is (85,31,111). Sum of RGB (Red+Green+Blue) = 85+31+111=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #551F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F6F is #AAE090. Grayscale: #383838. Windows color (decimal): -11198609 or 7282517. OLE color: 7282517.

HSL color Cylindrical-coordinate representation of color #551F6F: hue angle of 280.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551F6F is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 31 111 -
CMYK 0.23 0.72 0 0.56
HSL 280.5º 0.56% 0.28% -
HSV(B) 280.5º 0.72% 0.44% -
XYZ 7.11 4.06 15.45 -
YUV 56.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 85 31 111 0.23 0.72 0 0.56 280.5 0.56 0.28
Hex 55 1F 6F 17 48 0 38 118 38 1C
Octal 125 37 157 27 110 0 70 430 70 34
Binary 1010101 11111 1101111 10111 1001000 0 111000 100011000 111000 11100

Color Harmonies of #551F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F6F

Black with #551F6F

Text Example


Text Example

White with #551F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,31,111); }

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

background-color css

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

 a { background-color: rgb(85,31,111); }

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

border-color css

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

 span { border-color: rgb(85,31,111); }

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