Html Css Color HEX #56337F Kingfisher Daisy

📋 copy color: '#56337F'

red 86 ◦ green 51 ◦ blue 127

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

Shades of Kingfisher Daisy #56337F

Tints of Kingfisher Daisy #56337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

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

R = 32.58%
G = 19.32%
B = 48.11%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56337F (or 0x56337F) is known color: Kingfisher Daisy. HEX triplet: 56, 33 and 7F. RGB value is (86,51,127). Sum of RGB (Red+Green+Blue) = 86+51+127=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #56337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56337F is #A9CC80. Grayscale: #454545. Windows color (decimal): -11127937 or 8336214. OLE color: 8336214.

HSL color Cylindrical-coordinate representation of color #56337F: hue angle of 267.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56337F is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 51 127 -
CMYK 0.32 0.60 0 0.50
HSL 267.63º 0.43% 0.35% -
HSV(B) 267.63º 0.6% 0.5% -
XYZ 8.85 5.88 20.75 -
YUV 70.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 86 51 127 0.32 0.60 0 0.50 267.63 0.43 0.35
Hex 56 33 7F 20 3C 0 32 10C 2B 23
Octal 126 63 177 40 74 0 62 414 53 43
Binary 1010110 110011 1111111 100000 111100 0 110010 100001100 101011 100011

Color Harmonies of #56337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56337F

Black with #56337F

Text Example


Text Example

White with #56337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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