Html Css Color HEX #56237D Kingfisher Daisy

📋 copy color: '#56237D'

red 86 ◦ green 35 ◦ blue 125

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

Shades of Kingfisher Daisy #56237D

Tints of Kingfisher Daisy #56237D

RGB

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

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

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

R = 34.96%
G = 14.23%
B = 50.81%

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

#56237D (or 0x56237D) is known color: Kingfisher Daisy. HEX triplet: 56, 23 and 7D. RGB value is (86,35,125). Sum of RGB (Red+Green+Blue) = 86+35+125=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #56237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56237D is #A9DC82. Grayscale: #3C3C3C. Windows color (decimal): -11132035 or 8201046. OLE color: 8201046.

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

Color convert

RGB 86 35 125 -
CMYK 0.31 0.72 0 0.51
HSL 274º 0.56% 0.31% -
HSV(B) 274º 0.72% 0.49% -
XYZ 8.14 4.66 19.87 -
YUV 60.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 86 35 125 0.31 0.72 0 0.51 274 0.56 0.31
Hex 56 23 7D 1F 48 0 33 112 38 1F
Octal 126 43 175 37 110 0 63 422 70 37
Binary 1010110 100011 1111101 11111 1001000 0 110011 100010010 111000 11111

Color Harmonies of #56237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56237D

Black with #56237D

Text Example


Text Example

White with #56237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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