Html Css Color HEX #513C7C Kingfisher Daisy

📋 copy color: '#513C7C'

red 81 ◦ green 60 ◦ blue 124

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

Shades of Kingfisher Daisy #513C7C

Tints of Kingfisher Daisy #513C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

 BLUE value IS 124 (48.83% from 255) = 46.79%

R = 30.57%
G = 22.64%
B = 46.79%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#513C7C (or 0x513C7C) is known color: Kingfisher Daisy. HEX triplet: 51, 3C and 7C. RGB value is (81,60,124). Sum of RGB (Red+Green+Blue) = 81+60+124=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #513C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C7C is #AEC383. Grayscale: #494949. Windows color (decimal): -11453316 or 8141905. OLE color: 8141905.

HSL color Cylindrical-coordinate representation of color #513C7C: hue angle of 259.69º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #513C7C is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 60 124 -
CMYK 0.35 0.52 0 0.51
HSL 259.69º 0.35% 0.36% -
HSV(B) 259.69º 0.52% 0.49% -
XYZ 8.65 6.44 19.86 -
YUV 73.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 81 60 124 0.35 0.52 0 0.51 259.69 0.35 0.36
Hex 51 3C 7C 23 34 0 33 104 23 24
Octal 121 74 174 43 64 0 63 404 43 44
Binary 1010001 111100 1111100 100011 110100 0 110011 100000100 100011 100100

Color Harmonies of #513C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C7C

Black with #513C7C

Text Example


Text Example

White with #513C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C7C; }

 p { color: rgb(81,60,124); }

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

background-color css

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

 a { background-color: rgb(81,60,124); }

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

border-color css

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

 span { border-color: rgb(81,60,124); }

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