Html Css Color HEX #56347E Kingfisher Daisy

📋 copy color: '#56347E'

red 86 ◦ green 52 ◦ blue 126

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

Shades of Kingfisher Daisy #56347E

Tints of Kingfisher Daisy #56347E

RGB

 RED value IS 86 (33.98% from 255) = 32.58%

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

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

R = 32.58%
G = 19.7%
B = 47.73%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56347E (or 0x56347E) is known color: Kingfisher Daisy. HEX triplet: 56, 34 and 7E. RGB value is (86,52,126). Sum of RGB (Red+Green+Blue) = 86+52+126=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #56347E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56347E is #A9CB81. Grayscale: #464646. Windows color (decimal): -11127682 or 8270934. OLE color: 8270934.

HSL color Cylindrical-coordinate representation of color #56347E: hue angle of 267.57º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56347E is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 52 126 -
CMYK 0.32 0.59 0 0.51
HSL 267.57º 0.42% 0.35% -
HSV(B) 267.57º 0.59% 0.49% -
XYZ 8.83 5.94 20.42 -
YUV 70.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 86 52 126 0.32 0.59 0 0.51 267.57 0.42 0.35
Hex 56 34 7E 20 3B 0 33 10C 2A 23
Octal 126 64 176 40 73 0 63 414 52 43
Binary 1010110 110100 1111110 100000 111011 0 110011 100001100 101010 100011

Color Harmonies of #56347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56347E

Black with #56347E

Text Example


Text Example

White with #56347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,52,126); }

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

background-color css

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

 a { background-color: rgb(86,52,126); }

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

border-color css

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

 span { border-color: rgb(86,52,126); }

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