Html Css Color HEX #56237C Kingfisher Daisy

📋 copy color: '#56237C'

red 86 ◦ green 35 ◦ blue 124

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

Shades of Kingfisher Daisy #56237C

Tints of Kingfisher Daisy #56237C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.61%

R = 35.1%
G = 14.29%
B = 50.61%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56237C (or 0x56237C) is known color: Kingfisher Daisy. HEX triplet: 56, 23 and 7C. RGB value is (86,35,124). Sum of RGB (Red+Green+Blue) = 86+35+124=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #56237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56237C is #A9DC83. Grayscale: #3C3C3C. Windows color (decimal): -11132036 or 8135510. OLE color: 8135510.

HSL color Cylindrical-coordinate representation of color #56237C: hue angle of 274.38º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56237C is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 35 124 -
CMYK 0.31 0.72 0 0.51
HSL 274.38º 0.56% 0.31% -
HSV(B) 274.38º 0.72% 0.49% -
XYZ 8.08 4.64 19.54 -
YUV 60.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 86 35 124 0.31 0.72 0 0.51 274.38 0.56 0.31
Hex 56 23 7C 1F 48 0 33 112 38 1F
Octal 126 43 174 37 110 0 63 422 70 37
Binary 1010110 100011 1111100 11111 1001000 0 110011 100010010 111000 11111

Color Harmonies of #56237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56237C

Black with #56237C

Text Example


Text Example

White with #56237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56237C; }

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

 H1.HeaderClassName
 {
   color: #56237C;
 }
 .AnyTagClassName
 {
   color: #56237C;
 }
</style>

background-color css

<style>
 a { background-color: #56237C; }

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

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

border-color css

<style>
 span { border-color: #56237C; }

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

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