Html Css Color HEX #512683 Kingfisher Daisy

📋 copy color: '#512683'

red 81 ◦ green 38 ◦ blue 131

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

Shades of Kingfisher Daisy #512683

Tints of Kingfisher Daisy #512683

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 value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#512683 (or 0x512683) is known color: 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

RGB 81 38 131 -
CMYK 0.38 0.71 0 0.49
HSL 267.74º 0.55% 0.33% -
HSV(B) 267.74º 0.71% 0.51% -
XYZ 8.18 4.77 21.96 -
YUV 61.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 81 38 131 0.38 0.71 0 0.49 267.74 0.55 0.33
Hex 51 26 83 26 47 0 31 10C 37 21
Octal 121 46 203 46 107 0 61 414 67 41
Binary 1010001 100110 10000011 100110 1000111 0 110001 100001100 110111 100001

Color Harmonies of #512683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512683

Black with #512683

Text Example


Text Example

White with #512683

Text Example


Text Example

HTML Codes & Css Web 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>