Html Css Color HEX #51367C Kingfisher Daisy

📋 copy color: '#51367C'

red 81 ◦ green 54 ◦ blue 124

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

Shades of Kingfisher Daisy #51367C

Tints of Kingfisher Daisy #51367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.85%

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

R = 31.27%
G = 20.85%
B = 47.88%

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

#51367C (or 0x51367C) is known color: Kingfisher Daisy. HEX triplet: 51, 36 and 7C. RGB value is (81,54,124). Sum of RGB (Red+Green+Blue) = 81+54+124=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #51367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51367C is #AEC983. Grayscale: #454545. Windows color (decimal): -11454852 or 8140369. OLE color: 8140369.

HSL color Cylindrical-coordinate representation of color #51367C: hue angle of 263.14º 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 #51367C is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 54 124 -
CMYK 0.35 0.56 0 0.51
HSL 263.14º 0.39% 0.35% -
HSV(B) 263.14º 0.56% 0.49% -
XYZ 8.35 5.84 19.76 -
YUV 70.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 81 54 124 0.35 0.56 0 0.51 263.14 0.39 0.35
Hex 51 36 7C 23 38 0 33 107 27 23
Octal 121 66 174 43 70 0 63 407 47 43
Binary 1010001 110110 1111100 100011 111000 0 110011 100000111 100111 100011

Color Harmonies of #51367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51367C

Black with #51367C

Text Example


Text Example

White with #51367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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