Html Css Color HEX #513085 Kingfisher Daisy

📋 copy color: '#513085'

red 81 ◦ green 48 ◦ blue 133

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

Shades of Kingfisher Daisy #513085

Tints of Kingfisher Daisy #513085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 133 (52.34% from 255) = 50.76%

R = 30.92%
G = 18.32%
B = 50.76%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#513085 (or 0x513085) is known color: Kingfisher Daisy. HEX triplet: 51, 30 and 85. RGB value is (81,48,133). Sum of RGB (Red+Green+Blue) = 81+48+133=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #513085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513085 is #AECF7A. Grayscale: #434343. Windows color (decimal): -11456379 or 8728657. OLE color: 8728657.

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

Color convert

RGB 81 48 133 -
CMYK 0.39 0.64 0 0.48
HSL 263.29º 0.47% 0.35% -
HSV(B) 263.29º 0.64% 0.52% -
XYZ 8.68 5.56 22.81 -
YUV 67.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 81 48 133 0.39 0.64 0 0.48 263.29 0.47 0.35
Hex 51 30 85 27 40 0 30 107 2F 23
Octal 121 60 205 47 100 0 60 407 57 43
Binary 1010001 110000 10000101 100111 1000000 0 110000 100000111 101111 100011

Color Harmonies of #513085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513085

Black with #513085

Text Example


Text Example

White with #513085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513085; }

 p { color: rgb(81,48,133); }

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

background-color css

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

 a { background-color: rgb(81,48,133); }

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

border-color css

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

 span { border-color: rgb(81,48,133); }

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