Html Css Color HEX #56258E Kingfisher Daisy

📋 copy color: '#56258E'

red 86 ◦ green 37 ◦ blue 142

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

Shades of Kingfisher Daisy #56258E

Tints of Kingfisher Daisy #56258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 32.45%
G = 13.96%
B = 53.58%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56258E (or 0x56258E) is known color: Kingfisher Daisy. HEX triplet: 56, 25 and 8E. RGB value is (86,37,142). Sum of RGB (Red+Green+Blue) = 86+37+142=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #56258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56258E is #A9DA71. Grayscale: #3F3F3F. Windows color (decimal): -11131506 or 9315670. OLE color: 9315670.

HSL color Cylindrical-coordinate representation of color #56258E: hue angle of 268º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56258E is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 37 142 -
CMYK 0.39 0.74 0 0.44
HSL 268º 0.59% 0.35% -
HSV(B) 268º 0.74% 0.56% -
XYZ 9.38 5.25 26.11 -
YUV 63.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 86 37 142 0.39 0.74 0 0.44 268 0.59 0.35
Hex 56 25 8E 27 4A 0 2C 10C 3B 23
Octal 126 45 216 47 112 0 54 414 73 43
Binary 1010110 100101 10001110 100111 1001010 0 101100 100001100 111011 100011

Color Harmonies of #56258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56258E

Black with #56258E

Text Example


Text Example

White with #56258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56258E; }

 p { color: rgb(86,37,142); }

 H1.HeaderClassName
 {
   color: #56258E;
 }
 .AnyTagClassName
 {
   color: #56258E;
 }
</style>

background-color css

<style>
 a { background-color: #56258E; }

 a { background-color: rgb(86,37,142); }

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

border-color css

<style>
 span { border-color: #56258E; }

 span { border-color: rgb(86,37,142); }

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