Html Css Color HEX #56267E Kingfisher Daisy

📋 copy color: '#56267E'

red 86 ◦ green 38 ◦ blue 126

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

Shades of Kingfisher Daisy #56267E

Tints of Kingfisher Daisy #56267E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 34.4%
G = 15.2%
B = 50.4%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56267E (or 0x56267E) is known color: Kingfisher Daisy. HEX triplet: 56, 26 and 7E. RGB value is (86,38,126). Sum of RGB (Red+Green+Blue) = 86+38+126=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #56267E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56267E is #A9D981. Grayscale: #3E3E3E. Windows color (decimal): -11131266 or 8267350. OLE color: 8267350.

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

Color convert

RGB 86 38 126 -
CMYK 0.32 0.70 0 0.51
HSL 272.73º 0.54% 0.32% -
HSV(B) 272.73º 0.7% 0.49% -
XYZ 8.3 4.87 20.24 -
YUV 62.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 86 38 126 0.32 0.70 0 0.51 272.73 0.54 0.32
Hex 56 26 7E 20 46 0 33 111 36 20
Octal 126 46 176 40 106 0 63 421 66 40
Binary 1010110 100110 1111110 100000 1000110 0 110011 100010001 110110 100000

Color Harmonies of #56267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56267E

Black with #56267E

Text Example


Text Example

White with #56267E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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