Html Css Color HEX #5C3384 Kingfisher Daisy

📋 copy color: '#5C3384'

red 92 ◦ green 51 ◦ blue 132

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

Shades of Kingfisher Daisy #5C3384

Tints of Kingfisher Daisy #5C3384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

 BLUE value IS 132 (51.95% from 255) = 48%

R = 33.45%
G = 18.55%
B = 48%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5C3384 (or 0x5C3384) is known color: Kingfisher Daisy. HEX triplet: 5C, 33 and 84. RGB value is (92,51,132). Sum of RGB (Red+Green+Blue) = 92+51+132=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C3384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3384 is #A3CC7B. Grayscale: #484848. Windows color (decimal): -10734716 or 8663900. OLE color: 8663900.

HSL color Cylindrical-coordinate representation of color #5C3384: hue angle of 270.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C3384 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 51 132 -
CMYK 0.30 0.61 0 0.48
HSL 270.37º 0.44% 0.36% -
HSV(B) 270.37º 0.61% 0.52% -
XYZ 9.76 6.31 22.53 -
YUV 72.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 92 51 132 0.30 0.61 0 0.48 270.37 0.44 0.36
Hex 5C 33 84 1E 3D 0 30 10E 2C 24
Octal 134 63 204 36 75 0 60 416 54 44
Binary 1011100 110011 10000100 11110 111101 0 110000 100001110 101100 100100

Color Harmonies of #5C3384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3384

Black with #5C3384

Text Example


Text Example

White with #5C3384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,51,132); }

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

background-color css

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

 a { background-color: rgb(92,51,132); }

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

border-color css

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

 span { border-color: rgb(92,51,132); }

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