Html Css Color HEX #56337A Kingfisher Daisy

📋 copy color: '#56337A'

red 86 ◦ green 51 ◦ blue 122

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

Shades of Kingfisher Daisy #56337A

Tints of Kingfisher Daisy #56337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.1%

R = 33.2%
G = 19.69%
B = 47.1%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56337A (or 0x56337A) is known color: Kingfisher Daisy. HEX triplet: 56, 33 and 7A. RGB value is (86,51,122). Sum of RGB (Red+Green+Blue) = 86+51+122=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #56337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56337A is #A9CC85. Grayscale: #454545. Windows color (decimal): -11127942 or 8008534. OLE color: 8008534.

HSL color Cylindrical-coordinate representation of color #56337A: hue angle of 269.58º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56337A is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 51 122 -
CMYK 0.30 0.58 0 0.52
HSL 269.58º 0.41% 0.34% -
HSV(B) 269.58º 0.58% 0.48% -
XYZ 8.53 5.75 19.07 -
YUV 69.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 86 51 122 0.30 0.58 0 0.52 269.58 0.41 0.34
Hex 56 33 7A 1E 3A 0 34 10E 29 22
Octal 126 63 172 36 72 0 64 416 51 42
Binary 1010110 110011 1111010 11110 111010 0 110100 100001110 101001 100010

Color Harmonies of #56337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56337A

Black with #56337A

Text Example


Text Example

White with #56337A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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