Html Css Color HEX #512687 Kingfisher Daisy

📋 copy color: '#512687'

red 81 ◦ green 38 ◦ blue 135

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

Shades of Kingfisher Daisy #512687

Tints of Kingfisher Daisy #512687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 53.15%

R = 31.89%
G = 14.96%
B = 53.15%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#512687 (or 0x512687) is known color: Kingfisher Daisy. HEX triplet: 51, 26 and 87. RGB value is (81,38,135). Sum of RGB (Red+Green+Blue) = 81+38+135=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #512687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512687 is #AED978. Grayscale: #3D3D3D. Windows color (decimal): -11458937 or 8857169. OLE color: 8857169.

HSL color Cylindrical-coordinate representation of color #512687: hue angle of 266.6º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512687 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 38 135 -
CMYK 0.40 0.72 0 0.47
HSL 266.6º 0.56% 0.34% -
HSV(B) 266.6º 0.72% 0.53% -
XYZ 8.46 4.88 23.42 -
YUV 61.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 81 38 135 0.40 0.72 0 0.47 266.6 0.56 0.34
Hex 51 26 87 28 48 0 2F 10B 38 22
Octal 121 46 207 50 110 0 57 413 70 42
Binary 1010001 100110 10000111 101000 1001000 0 101111 100001011 111000 100010

Color Harmonies of #512687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512687

Black with #512687

Text Example


Text Example

White with #512687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512687; }

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

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

background-color css

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

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

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

border-color css

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

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

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