Html Css Color HEX #51386F Blue Diamond

📋 copy color: '#51386F'

red 81 ◦ green 56 ◦ blue 111

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

Shades of Blue Diamond #51386F

Tints of Blue Diamond #51386F

RGB

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

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

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

R = 32.66%
G = 22.58%
B = 44.76%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51386F (or 0x51386F) is known color: Blue Diamond. HEX triplet: 51, 38 and 6F. RGB value is (81,56,111). Sum of RGB (Red+Green+Blue) = 81+56+111=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #51386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51386F is #AEC790. Grayscale: #454545. Windows color (decimal): -11454353 or 7288913. OLE color: 7288913.

HSL color Cylindrical-coordinate representation of color #51386F: hue angle of 267.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51386F is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 56 111 -
CMYK 0.27 0.50 0 0.56
HSL 267.27º 0.33% 0.33% -
HSV(B) 267.27º 0.5% 0.44% -
XYZ 7.68 5.73 15.74 -
YUV 69.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 81 56 111 0.27 0.50 0 0.56 267.27 0.33 0.33
Hex 51 38 6F 1B 32 0 38 10B 21 21
Octal 121 70 157 33 62 0 70 413 41 41
Binary 1010001 111000 1101111 11011 110010 0 111000 100001011 100001 100001

Color Harmonies of #51386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51386F

Black with #51386F

Text Example


Text Example

White with #51386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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