Html Css Color HEX #56338B Kingfisher Daisy

📋 copy color: '#56338B'

red 86 ◦ green 51 ◦ blue 139

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

Shades of Kingfisher Daisy #56338B

Tints of Kingfisher Daisy #56338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 31.16%
G = 18.48%
B = 50.36%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56338B (or 0x56338B) is known color: Kingfisher Daisy. HEX triplet: 56, 33 and 8B. RGB value is (86,51,139). Sum of RGB (Red+Green+Blue) = 86+51+139=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #56338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56338B is #A9CC74. Grayscale: #474747. Windows color (decimal): -11127925 or 9122646. OLE color: 9122646.

HSL color Cylindrical-coordinate representation of color #56338B: hue angle of 263.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56338B is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 51 139 -
CMYK 0.38 0.63 0 0.45
HSL 263.86º 0.46% 0.37% -
HSV(B) 263.86º 0.63% 0.55% -
XYZ 9.68 6.21 25.11 -
YUV 71.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 86 51 139 0.38 0.63 0 0.45 263.86 0.46 0.37
Hex 56 33 8B 26 3F 0 2D 108 2E 25
Octal 126 63 213 46 77 0 55 410 56 45
Binary 1010110 110011 10001011 100110 111111 0 101101 100001000 101110 100101

Color Harmonies of #56338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56338B

Black with #56338B

Text Example


Text Example

White with #56338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56338B; }

 p { color: rgb(86,51,139); }

 H1.HeaderClassName
 {
   color: #56338B;
 }
 .AnyTagClassName
 {
   color: #56338B;
 }
</style>

background-color css

<style>
 a { background-color: #56338B; }

 a { background-color: rgb(86,51,139); }

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

border-color css

<style>
 span { border-color: #56338B; }

 span { border-color: rgb(86,51,139); }

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