Html Css Color HEX #56267D Kingfisher Daisy

📋 copy color: '#56267D'

red 86 ◦ green 38 ◦ blue 125

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

Shades of Kingfisher Daisy #56267D

Tints of Kingfisher Daisy #56267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 34.54%
G = 15.26%
B = 50.2%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56267D (or 0x56267D) is known color: Kingfisher Daisy. HEX triplet: 56, 26 and 7D. RGB value is (86,38,125). Sum of RGB (Red+Green+Blue) = 86+38+125=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #56267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56267D is #A9D982. Grayscale: #3D3D3D. Windows color (decimal): -11131267 or 8201814. OLE color: 8201814.

HSL color Cylindrical-coordinate representation of color #56267D: hue angle of 273.1º degrees, saturation: 0.53, 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 #56267D is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 38 125 -
CMYK 0.31 0.70 0 0.51
HSL 273.1º 0.53% 0.32% -
HSV(B) 273.1º 0.7% 0.49% -
XYZ 8.23 4.85 19.9 -
YUV 62.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 86 38 125 0.31 0.70 0 0.51 273.1 0.53 0.32
Hex 56 26 7D 1F 46 0 33 111 35 20
Octal 126 46 175 37 106 0 63 421 65 40
Binary 1010110 100110 1111101 11111 1000110 0 110011 100010001 110101 100000

Color Harmonies of #56267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56267D

Black with #56267D

Text Example


Text Example

White with #56267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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