Html Css Color HEX #51386A Blue Diamond

📋 copy color: '#51386A'

red 81 ◦ green 56 ◦ blue 106

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

Shades of Blue Diamond #51386A

Tints of Blue Diamond #51386A

RGB

 RED value IS 81 (32.03% from 255) = 33.33%

 GREEN value IS 56 (22.27% from 255) = 23.05%

 BLUE value IS 106 (41.8% from 255) = 43.62%

R = 33.33%
G = 23.05%
B = 43.62%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51386A (or 0x51386A) is known color: Blue Diamond. HEX triplet: 51, 38 and 6A. RGB value is (81,56,106). Sum of RGB (Red+Green+Blue) = 81+56+106=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #51386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51386A is #AEC795. Grayscale: #454545. Windows color (decimal): -11454358 or 6961233. OLE color: 6961233.

HSL color Cylindrical-coordinate representation of color #51386A: hue angle of 270º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51386A is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 56 106 -
CMYK 0.24 0.47 0 0.58
HSL 270º 0.31% 0.32% -
HSV(B) 270º 0.47% 0.42% -
XYZ 7.41 5.62 14.33 -
YUV 69.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 81 56 106 0.24 0.47 0 0.58 270 0.31 0.32
Hex 51 38 6A 18 2F 0 3A 10E 1F 20
Octal 121 70 152 30 57 0 72 416 37 40
Binary 1010001 111000 1101010 11000 101111 0 111010 100001110 11111 100000

Color Harmonies of #51386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51386A

Black with #51386A

Text Example


Text Example

White with #51386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51386A; }

 p { color: rgb(81,56,106); }

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

background-color css

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

 a { background-color: rgb(81,56,106); }

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

border-color css

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

 span { border-color: rgb(81,56,106); }

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