Html Css Color HEX #56268E Kingfisher Daisy

📋 copy color: '#56268E'

red 86 ◦ green 38 ◦ blue 142

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

Shades of Kingfisher Daisy #56268E

Tints of Kingfisher Daisy #56268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 32.33%
G = 14.29%
B = 53.38%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56268E (or 0x56268E) is known color: Kingfisher Daisy. HEX triplet: 56, 26 and 8E. RGB value is (86,38,142). Sum of RGB (Red+Green+Blue) = 86+38+142=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #56268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56268E is #A9D971. Grayscale: #3F3F3F. Windows color (decimal): -11131250 or 9315926. OLE color: 9315926.

HSL color Cylindrical-coordinate representation of color #56268E: hue angle of 267.69º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56268E is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 38 142 -
CMYK 0.39 0.73 0 0.44
HSL 267.69º 0.58% 0.35% -
HSV(B) 267.69º 0.73% 0.56% -
XYZ 9.41 5.32 26.12 -
YUV 64.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 86 38 142 0.39 0.73 0 0.44 267.69 0.58 0.35
Hex 56 26 8E 27 49 0 2C 10C 3A 23
Octal 126 46 216 47 111 0 54 414 72 43
Binary 1010110 100110 10001110 100111 1001001 0 101100 100001100 111010 100011

Color Harmonies of #56268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56268E

Black with #56268E

Text Example


Text Example

White with #56268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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