Html Css Color HEX #56257E Kingfisher Daisy

📋 copy color: '#56257E'

red 86 ◦ green 37 ◦ blue 126

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

Shades of Kingfisher Daisy #56257E

Tints of Kingfisher Daisy #56257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 34.54%
G = 14.86%
B = 50.6%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56257E (or 0x56257E) is known color: Kingfisher Daisy. HEX triplet: 56, 25 and 7E. RGB value is (86,37,126). Sum of RGB (Red+Green+Blue) = 86+37+126=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #56257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56257E is #A9DA81. Grayscale: #3D3D3D. Windows color (decimal): -11131522 or 8267094. OLE color: 8267094.

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

Color convert

RGB 86 37 126 -
CMYK 0.32 0.71 0 0.51
HSL 273.03º 0.55% 0.32% -
HSV(B) 273.03º 0.71% 0.49% -
XYZ 8.27 4.81 20.23 -
YUV 61.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 86 37 126 0.32 0.71 0 0.51 273.03 0.55 0.32
Hex 56 25 7E 20 47 0 33 111 37 20
Octal 126 45 176 40 107 0 63 421 67 40
Binary 1010110 100101 1111110 100000 1000111 0 110011 100010001 110111 100000

Color Harmonies of #56257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56257E

Black with #56257E

Text Example


Text Example

White with #56257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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