Html Css Color HEX #56297F Kingfisher Daisy

📋 copy color: '#56297F'

red 86 ◦ green 41 ◦ blue 127

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

Shades of Kingfisher Daisy #56297F

Tints of Kingfisher Daisy #56297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50%

R = 33.86%
G = 16.14%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56297F (or 0x56297F) is known color: Kingfisher Daisy. HEX triplet: 56, 29 and 7F. RGB value is (86,41,127). Sum of RGB (Red+Green+Blue) = 86+41+127=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #56297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56297F is #A9D680. Grayscale: #3F3F3F. Windows color (decimal): -11130497 or 8333654. OLE color: 8333654.

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

Color convert

RGB 86 41 127 -
CMYK 0.32 0.68 0 0.50
HSL 271.4º 0.51% 0.33% -
HSV(B) 271.4º 0.68% 0.5% -
XYZ 8.46 5.1 20.62 -
YUV 64.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 86 41 127 0.32 0.68 0 0.50 271.4 0.51 0.33
Hex 56 29 7F 20 44 0 32 10F 33 21
Octal 126 51 177 40 104 0 62 417 63 41
Binary 1010110 101001 1111111 100000 1000100 0 110010 100001111 110011 100001

Color Harmonies of #56297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56297F

Black with #56297F

Text Example


Text Example

White with #56297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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