Html Css Color HEX #5C218E Kingfisher Daisy

📋 copy color: '#5C218E'

red 92 ◦ green 33 ◦ blue 142

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

Shades of Kingfisher Daisy #5C218E

Tints of Kingfisher Daisy #5C218E

RGB

 RED value IS 92 (36.33% from 255) = 34.46%

 GREEN value IS 33 (13.28% from 255) = 12.36%

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

R = 34.46%
G = 12.36%
B = 53.18%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C218E (or 0x5C218E) is known color: Kingfisher Daisy. HEX triplet: 5C, 21 and 8E. RGB value is (92,33,142). Sum of RGB (Red+Green+Blue) = 92+33+142=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C218E is #A3DE71. Grayscale: #3E3E3E. Windows color (decimal): -10739314 or 9314652. OLE color: 9314652.

HSL color Cylindrical-coordinate representation of color #5C218E: hue angle of 272.48º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C218E is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 33 142 -
CMYK 0.35 0.77 0 0.44
HSL 272.48º 0.62% 0.34% -
HSV(B) 272.48º 0.77% 0.56% -
XYZ 9.84 5.32 26.1 -
YUV 63.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 92 33 142 0.35 0.77 0 0.44 272.48 0.62 0.34
Hex 5C 21 8E 23 4D 0 2C 110 3E 22
Octal 134 41 216 43 115 0 54 420 76 42
Binary 1011100 100001 10001110 100011 1001101 0 101100 100010000 111110 100010

Color Harmonies of #5C218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C218E

Black with #5C218E

Text Example


Text Example

White with #5C218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C218E; }

 p { color: rgb(92,33,142); }

 H1.HeaderClassName
 {
   color: #5C218E;
 }
 .AnyTagClassName
 {
   color: #5C218E;
 }
</style>

background-color css

<style>
 a { background-color: #5C218E; }

 a { background-color: rgb(92,33,142); }

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

border-color css

<style>
 span { border-color: #5C218E; }

 span { border-color: rgb(92,33,142); }

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