Html Css Color HEX #5C208B Kingfisher Daisy

📋 copy color: '#5C208B'

red 92 ◦ green 32 ◦ blue 139

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

Shades of Kingfisher Daisy #5C208B

Tints of Kingfisher Daisy #5C208B

RGB

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

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

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

R = 34.98%
G = 12.17%
B = 52.85%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C208B (or 0x5C208B) is known color: Kingfisher Daisy. HEX triplet: 5C, 20 and 8B. RGB value is (92,32,139). Sum of RGB (Red+Green+Blue) = 92+32+139=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C208B is #A3DF74. Grayscale: #3D3D3D. Windows color (decimal): -10739573 or 9117788. OLE color: 9117788.

HSL color Cylindrical-coordinate representation of color #5C208B: hue angle of 273.64º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C208B is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 32 139 -
CMYK 0.34 0.77 0 0.45
HSL 273.64º 0.63% 0.34% -
HSV(B) 273.64º 0.77% 0.55% -
XYZ 9.59 5.17 24.92 -
YUV 62.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 92 32 139 0.34 0.77 0 0.45 273.64 0.63 0.34
Hex 5C 20 8B 22 4D 0 2D 112 3F 22
Octal 134 40 213 42 115 0 55 422 77 42
Binary 1011100 100000 10001011 100010 1001101 0 101101 100010010 111111 100010

Color Harmonies of #5C208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C208B

Black with #5C208B

Text Example


Text Example

White with #5C208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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