Html Css Color HEX #51347C Kingfisher Daisy

📋 copy color: '#51347C'

red 81 ◦ green 52 ◦ blue 124

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

Shades of Kingfisher Daisy #51347C

Tints of Kingfisher Daisy #51347C

RGB

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

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

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

R = 31.52%
G = 20.23%
B = 48.25%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51347C (or 0x51347C) is known color: Kingfisher Daisy. HEX triplet: 51, 34 and 7C. RGB value is (81,52,124). Sum of RGB (Red+Green+Blue) = 81+52+124=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #51347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51347C is #AECB83. Grayscale: #444444. Windows color (decimal): -11455364 or 8139857. OLE color: 8139857.

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

Color convert

RGB 81 52 124 -
CMYK 0.35 0.58 0 0.51
HSL 264.17º 0.41% 0.35% -
HSV(B) 264.17º 0.58% 0.49% -
XYZ 8.26 5.66 19.73 -
YUV 68.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 81 52 124 0.35 0.58 0 0.51 264.17 0.41 0.35
Hex 51 34 7C 23 3A 0 33 108 29 23
Octal 121 64 174 43 72 0 63 410 51 43
Binary 1010001 110100 1111100 100011 111010 0 110011 100001000 101001 100011

Color Harmonies of #51347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51347C

Black with #51347C

Text Example


Text Example

White with #51347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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