Html Css Color HEX #512988 Kingfisher Daisy

📋 copy color: '#512988'

red 81 ◦ green 41 ◦ blue 136

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

Shades of Kingfisher Daisy #512988

Tints of Kingfisher Daisy #512988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 31.4%
G = 15.89%
B = 52.71%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#512988 (or 0x512988) is known color: Kingfisher Daisy. HEX triplet: 51, 29 and 88. RGB value is (81,41,136). Sum of RGB (Red+Green+Blue) = 81+41+136=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #512988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512988 is #AED677. Grayscale: #3F3F3F. Windows color (decimal): -11458168 or 8923473. OLE color: 8923473.

HSL color Cylindrical-coordinate representation of color #512988: hue angle of 265.26º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512988 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 41 136 -
CMYK 0.40 0.70 0 0.47
HSL 265.26º 0.54% 0.35% -
HSV(B) 265.26º 0.7% 0.53% -
XYZ 8.63 5.11 23.82 -
YUV 63.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 81 41 136 0.40 0.70 0 0.47 265.26 0.54 0.35
Hex 51 29 88 28 46 0 2F 109 36 23
Octal 121 51 210 50 106 0 57 411 66 43
Binary 1010001 101001 10001000 101000 1000110 0 101111 100001001 110110 100011

Color Harmonies of #512988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512988

Black with #512988

Text Example


Text Example

White with #512988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512988; }

 p { color: rgb(81,41,136); }

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

background-color css

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

 a { background-color: rgb(81,41,136); }

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

border-color css

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

 span { border-color: rgb(81,41,136); }

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