Html Css Color HEX #51357C Kingfisher Daisy

📋 copy color: '#51357C'

red 81 ◦ green 53 ◦ blue 124

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

Shades of Kingfisher Daisy #51357C

Tints of Kingfisher Daisy #51357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 31.4%
G = 20.54%
B = 48.06%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51357C (or 0x51357C) is known color: Kingfisher Daisy. HEX triplet: 51, 35 and 7C. RGB value is (81,53,124). Sum of RGB (Red+Green+Blue) = 81+53+124=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #51357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51357C is #AECA83. Grayscale: #454545. Windows color (decimal): -11455108 or 8140113. OLE color: 8140113.

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

Color convert

RGB 81 53 124 -
CMYK 0.35 0.57 0 0.51
HSL 263.66º 0.4% 0.35% -
HSV(B) 263.66º 0.57% 0.49% -
XYZ 8.3 5.75 19.74 -
YUV 69.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 81 53 124 0.35 0.57 0 0.51 263.66 0.4 0.35
Hex 51 35 7C 23 39 0 33 108 28 23
Octal 121 65 174 43 71 0 63 410 50 43
Binary 1010001 110101 1111100 100011 111001 0 110011 100001000 101000 100011

Color Harmonies of #51357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51357C

Black with #51357C

Text Example


Text Example

White with #51357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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