Html Css Color HEX #56238D Kingfisher Daisy

📋 copy color: '#56238D'

red 86 ◦ green 35 ◦ blue 141

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

Shades of Kingfisher Daisy #56238D

Tints of Kingfisher Daisy #56238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

 BLUE value IS 141 (55.47% from 255) = 53.82%

R = 32.82%
G = 13.36%
B = 53.82%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56238D (or 0x56238D) is known color: Kingfisher Daisy. HEX triplet: 56, 23 and 8D. RGB value is (86,35,141). Sum of RGB (Red+Green+Blue) = 86+35+141=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #56238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56238D is #A9DC72. Grayscale: #3D3D3D. Windows color (decimal): -11132019 or 9249622. OLE color: 9249622.

HSL color Cylindrical-coordinate representation of color #56238D: hue angle of 268.87º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56238D is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 35 141 -
CMYK 0.39 0.75 0 0.45
HSL 268.87º 0.6% 0.35% -
HSV(B) 268.87º 0.75% 0.55% -
XYZ 9.25 5.1 25.7 -
YUV 62.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 86 35 141 0.39 0.75 0 0.45 268.87 0.6 0.35
Hex 56 23 8D 27 4B 0 2D 10D 3C 23
Octal 126 43 215 47 113 0 55 415 74 43
Binary 1010110 100011 10001101 100111 1001011 0 101101 100001101 111100 100011

Color Harmonies of #56238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56238D

Black with #56238D

Text Example


Text Example

White with #56238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,35,141); }

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

background-color css

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

 a { background-color: rgb(86,35,141); }

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

border-color css

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

 span { border-color: rgb(86,35,141); }

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