Html Css Color HEX #57347C Kingfisher Daisy

📋 copy color: '#57347C'

red 87 ◦ green 52 ◦ blue 124

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

Shades of Kingfisher Daisy #57347C

Tints of Kingfisher Daisy #57347C

RGB

 RED value IS 87 (34.38% from 255) = 33.08%

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

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

R = 33.08%
G = 19.77%
B = 47.15%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57347C (or 0x57347C) is known color: Kingfisher Daisy. HEX triplet: 57, 34 and 7C. RGB value is (87,52,124). Sum of RGB (Red+Green+Blue) = 87+52+124=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #57347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57347C is #A8CB83. Grayscale: #464646. Windows color (decimal): -11062148 or 8139863. OLE color: 8139863.

HSL color Cylindrical-coordinate representation of color #57347C: hue angle of 269.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 #57347C is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 52 124 -
CMYK 0.30 0.58 0 0.51
HSL 269.17º 0.41% 0.35% -
HSV(B) 269.17º 0.58% 0.49% -
XYZ 8.8 5.94 19.75 -
YUV 70.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 87 52 124 0.30 0.58 0 0.51 269.17 0.41 0.35
Hex 57 34 7C 1E 3A 0 33 10D 29 23
Octal 127 64 174 36 72 0 63 415 51 43
Binary 1010111 110100 1111100 11110 111010 0 110011 100001101 101001 100011

Color Harmonies of #57347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57347C

Black with #57347C

Text Example


Text Example

White with #57347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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