Html Css Color HEX #56297E Kingfisher Daisy

📋 copy color: '#56297E'

red 86 ◦ green 41 ◦ blue 126

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

Shades of Kingfisher Daisy #56297E

Tints of Kingfisher Daisy #56297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

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

R = 33.99%
G = 16.21%
B = 49.8%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56297E (or 0x56297E) is known color: Kingfisher Daisy. HEX triplet: 56, 29 and 7E. RGB value is (86,41,126). Sum of RGB (Red+Green+Blue) = 86+41+126=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #56297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56297E is #A9D681. Grayscale: #3F3F3F. Windows color (decimal): -11130498 or 8268118. OLE color: 8268118.

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

Color convert

RGB 86 41 126 -
CMYK 0.32 0.67 0 0.51
HSL 271.76º 0.51% 0.33% -
HSV(B) 271.76º 0.67% 0.49% -
XYZ 8.4 5.07 20.27 -
YUV 64.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 86 41 126 0.32 0.67 0 0.51 271.76 0.51 0.33
Hex 56 29 7E 20 43 0 33 110 33 21
Octal 126 51 176 40 103 0 63 420 63 41
Binary 1010110 101001 1111110 100000 1000011 0 110011 100010000 110011 100001

Color Harmonies of #56297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56297E

Black with #56297E

Text Example


Text Example

White with #56297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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