Html Css Color HEX #5C3286 Kingfisher Daisy

📋 copy color: '#5C3286'

red 92 ◦ green 50 ◦ blue 134

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

Shades of Kingfisher Daisy #5C3286

Tints of Kingfisher Daisy #5C3286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 33.33%
G = 18.12%
B = 48.55%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C3286 (or 0x5C3286) is known color: Kingfisher Daisy. HEX triplet: 5C, 32 and 86. RGB value is (92,50,134). Sum of RGB (Red+Green+Blue) = 92+50+134=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C3286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3286 is #A3CD79. Grayscale: #474747. Windows color (decimal): -10734970 or 8794716. OLE color: 8794716.

HSL color Cylindrical-coordinate representation of color #5C3286: hue angle of 270º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C3286 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 50 134 -
CMYK 0.31 0.63 0 0.47
HSL 270º 0.46% 0.36% -
HSV(B) 270º 0.63% 0.53% -
XYZ 9.86 6.28 23.25 -
YUV 72.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 92 50 134 0.31 0.63 0 0.47 270 0.46 0.36
Hex 5C 32 86 1F 3F 0 2F 10E 2E 24
Octal 134 62 206 37 77 0 57 416 56 44
Binary 1011100 110010 10000110 11111 111111 0 101111 100001110 101110 100100

Color Harmonies of #5C3286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3286

Black with #5C3286

Text Example


Text Example

White with #5C3286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,50,134); }

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

background-color css

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

 a { background-color: rgb(92,50,134); }

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

border-color css

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

 span { border-color: rgb(92,50,134); }

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