Html Css Color HEX #51357E Kingfisher Daisy

📋 copy color: '#51357E'

red 81 ◦ green 53 ◦ blue 126

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

Shades of Kingfisher Daisy #51357E

Tints of Kingfisher Daisy #51357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.46%

R = 31.15%
G = 20.38%
B = 48.46%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51357E (or 0x51357E) is known color: Kingfisher Daisy. HEX triplet: 51, 35 and 7E. RGB value is (81,53,126). Sum of RGB (Red+Green+Blue) = 81+53+126=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #51357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51357E is #AECA81. Grayscale: #454545. Windows color (decimal): -11455106 or 8271185. OLE color: 8271185.

HSL color Cylindrical-coordinate representation of color #51357E: hue angle of 263.01º 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 #51357E is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 53 126 -
CMYK 0.36 0.58 0 0.51
HSL 263.01º 0.41% 0.35% -
HSV(B) 263.01º 0.58% 0.49% -
XYZ 8.43 5.8 20.41 -
YUV 69.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 81 53 126 0.36 0.58 0 0.51 263.01 0.41 0.35
Hex 51 35 7E 24 3A 0 33 107 29 23
Octal 121 65 176 44 72 0 63 407 51 43
Binary 1010001 110101 1111110 100100 111010 0 110011 100000111 101001 100011

Color Harmonies of #51357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51357E

Black with #51357E

Text Example


Text Example

White with #51357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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