Html Css Color HEX #5C208F Kingfisher Daisy

📋 copy color: '#5C208F'

red 92 ◦ green 32 ◦ blue 143

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

Shades of Kingfisher Daisy #5C208F

Tints of Kingfisher Daisy #5C208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 143 (56.25% from 255) = 53.56%

R = 34.46%
G = 11.99%
B = 53.56%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C208F (or 0x5C208F) is known color: Kingfisher Daisy. HEX triplet: 5C, 20 and 8F. RGB value is (92,32,143). Sum of RGB (Red+Green+Blue) = 92+32+143=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C208F is #A3DF70. Grayscale: #3E3E3E. Windows color (decimal): -10739569 or 9379932. OLE color: 9379932.

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

Color convert

RGB 92 32 143 -
CMYK 0.36 0.78 0 0.44
HSL 272.43º 0.63% 0.34% -
HSV(B) 272.43º 0.78% 0.56% -
XYZ 9.89 5.29 26.49 -
YUV 62.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 92 32 143 0.36 0.78 0 0.44 272.43 0.63 0.34
Hex 5C 20 8F 24 4E 0 2C 110 3F 22
Octal 134 40 217 44 116 0 54 420 77 42
Binary 1011100 100000 10001111 100100 1001110 0 101100 100010000 111111 100010

Color Harmonies of #5C208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C208F

Black with #5C208F

Text Example


Text Example

White with #5C208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,32,143); }

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

background-color css

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

 a { background-color: rgb(92,32,143); }

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

border-color css

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

 span { border-color: rgb(92,32,143); }

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