Html Css Color HEX #56267B Kingfisher Daisy

📋 copy color: '#56267B'

red 86 ◦ green 38 ◦ blue 123

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

Shades of Kingfisher Daisy #56267B

Tints of Kingfisher Daisy #56267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 123 (48.44% from 255) = 49.8%

R = 34.82%
G = 15.38%
B = 49.8%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56267B (or 0x56267B) is known color: Kingfisher Daisy. HEX triplet: 56, 26 and 7B. RGB value is (86,38,123). Sum of RGB (Red+Green+Blue) = 86+38+123=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #56267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56267B is #A9D984. Grayscale: #3D3D3D. Windows color (decimal): -11131269 or 8070742. OLE color: 8070742.

HSL color Cylindrical-coordinate representation of color #56267B: hue angle of 273.88º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56267B is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 38 123 -
CMYK 0.30 0.69 0 0.52
HSL 273.88º 0.53% 0.32% -
HSV(B) 273.88º 0.69% 0.48% -
XYZ 8.11 4.79 19.24 -
YUV 62.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 86 38 123 0.30 0.69 0 0.52 273.88 0.53 0.32
Hex 56 26 7B 1E 45 0 34 112 35 20
Octal 126 46 173 36 105 0 64 422 65 40
Binary 1010110 100110 1111011 11110 1000101 0 110100 100010010 110101 100000

Color Harmonies of #56267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56267B

Black with #56267B

Text Example


Text Example

White with #56267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,38,123); }

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

background-color css

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

 a { background-color: rgb(86,38,123); }

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

border-color css

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

 span { border-color: rgb(86,38,123); }

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