Html Css Color HEX #513489 Kingfisher Daisy

📋 copy color: '#513489'

red 81 ◦ green 52 ◦ blue 137

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

Shades of Kingfisher Daisy #513489

Tints of Kingfisher Daisy #513489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 30%
G = 19.26%
B = 50.74%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#513489 (or 0x513489) is known color: Kingfisher Daisy. HEX triplet: 51, 34 and 89. RGB value is (81,52,137). Sum of RGB (Red+Green+Blue) = 81+52+137=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #513489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513489 is #AECB76. Grayscale: #464646. Windows color (decimal): -11455351 or 8991825. OLE color: 8991825.

HSL color Cylindrical-coordinate representation of color #513489: hue angle of 260.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513489 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 52 137 -
CMYK 0.41 0.62 0 0.46
HSL 260.47º 0.45% 0.37% -
HSV(B) 260.47º 0.62% 0.54% -
XYZ 9.14 6.01 24.35 -
YUV 70.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 81 52 137 0.41 0.62 0 0.46 260.47 0.45 0.37
Hex 51 34 89 29 3E 0 2E 104 2D 25
Octal 121 64 211 51 76 0 56 404 55 45
Binary 1010001 110100 10001001 101001 111110 0 101110 100000100 101101 100101

Color Harmonies of #513489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513489

Black with #513489

Text Example


Text Example

White with #513489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513489; }

 p { color: rgb(81,52,137); }

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

background-color css

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

 a { background-color: rgb(81,52,137); }

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

border-color css

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

 span { border-color: rgb(81,52,137); }

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