Html Css Color HEX #51377C Kingfisher Daisy

📋 copy color: '#51377C'

red 81 ◦ green 55 ◦ blue 124

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

Shades of Kingfisher Daisy #51377C

Tints of Kingfisher Daisy #51377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

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

R = 31.15%
G = 21.15%
B = 47.69%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51377C (or 0x51377C) is known color: Kingfisher Daisy. HEX triplet: 51, 37 and 7C. RGB value is (81,55,124). Sum of RGB (Red+Green+Blue) = 81+55+124=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #51377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51377C is #AEC883. Grayscale: #464646. Windows color (decimal): -11454596 or 8140625. OLE color: 8140625.

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

Color convert

RGB 81 55 124 -
CMYK 0.35 0.56 0 0.51
HSL 262.61º 0.39% 0.35% -
HSV(B) 262.61º 0.56% 0.49% -
XYZ 8.4 5.94 19.77 -
YUV 70.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 81 55 124 0.35 0.56 0 0.51 262.61 0.39 0.35
Hex 51 37 7C 23 38 0 33 107 27 23
Octal 121 67 174 43 70 0 63 407 47 43
Binary 1010001 110111 1111100 100011 111000 0 110011 100000111 100111 100011

Color Harmonies of #51377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51377C

Black with #51377C

Text Example


Text Example

White with #51377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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