Html Css Color HEX #512684 Kingfisher Daisy

📋 copy color: '#512684'

red 81 ◦ green 38 ◦ blue 132

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

Shades of Kingfisher Daisy #512684

Tints of Kingfisher Daisy #512684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 32.27%
G = 15.14%
B = 52.59%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#512684 (or 0x512684) is known color: Kingfisher Daisy. HEX triplet: 51, 26 and 84. RGB value is (81,38,132). Sum of RGB (Red+Green+Blue) = 81+38+132=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #512684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512684 is #AED97B. Grayscale: #3D3D3D. Windows color (decimal): -11458940 or 8660561. OLE color: 8660561.

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

Color convert

RGB 81 38 132 -
CMYK 0.39 0.71 0 0.48
HSL 267.45º 0.55% 0.33% -
HSV(B) 267.45º 0.71% 0.52% -
XYZ 8.25 4.8 22.32 -
YUV 61.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 81 38 132 0.39 0.71 0 0.48 267.45 0.55 0.33
Hex 51 26 84 27 47 0 30 10B 37 21
Octal 121 46 204 47 107 0 60 413 67 41
Binary 1010001 100110 10000100 100111 1000111 0 110000 100001011 110111 100001

Color Harmonies of #512684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512684

Black with #512684

Text Example


Text Example

White with #512684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512684; }

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

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

background-color css

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

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

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

border-color css

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

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

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