#512683

Color #512683 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #512683

Tints of Kingfisher Daisy #512683

Color information

#512683 (or 0x512683) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 26 and 83. RGB value is (81,38,131). Sum of RGB (Red+Green+Blue) = 81+38+131=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #512683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512683 is #AED97C. Grayscale: #3D3D3D. Windows color (decimal): -11458941 or 8595025. OLE color: 8595025.

HSL color Cylindrical-coordinate representation of color #512683: hue angle of 267.74º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #512683 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8138131-
CMYK0.380.7100.49
HSL267.74º55.03%33.14%-
HSV(B)267.74º70.99%51.37%-
XYZ8.184.7721.96-
YUV61.46167.25141.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=32.4%
G=15.2%
B=52.4%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81381310.380.7100.49267.7455.0333.14
Hex512683264703110c3721
Octal12146203461070614146741
Binary10100011001101000001110011010001110110001100001100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512683; }

 p { color: rgb(81,38,131); }

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

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

 a { background-color: rgb(81,38,131); }

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

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

 span { border-color: rgb(81,38,131); }

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