Html Css Color HEX #56357D Kingfisher Daisy

📋 copy color: '#56357D'

red 86 ◦ green 53 ◦ blue 125

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

Shades of Kingfisher Daisy #56357D

Tints of Kingfisher Daisy #56357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

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

R = 32.58%
G = 20.08%
B = 47.35%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56357D (or 0x56357D) is known color: Kingfisher Daisy. HEX triplet: 56, 35 and 7D. RGB value is (86,53,125). Sum of RGB (Red+Green+Blue) = 86+53+125=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #56357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56357D is #A9CA82. Grayscale: #464646. Windows color (decimal): -11127427 or 8205654. OLE color: 8205654.

HSL color Cylindrical-coordinate representation of color #56357D: hue angle of 267.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56357D is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 53 125 -
CMYK 0.31 0.58 0 0.51
HSL 267.5º 0.4% 0.35% -
HSV(B) 267.5º 0.58% 0.49% -
XYZ 8.81 6.01 20.1 -
YUV 71.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 86 53 125 0.31 0.58 0 0.51 267.5 0.4 0.35
Hex 56 35 7D 1F 3A 0 33 10C 28 23
Octal 126 65 175 37 72 0 63 414 50 43
Binary 1010110 110101 1111101 11111 111010 0 110011 100001100 101000 100011

Color Harmonies of #56357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56357D

Black with #56357D

Text Example


Text Example

White with #56357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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