Html Css Color HEX #5C338C Kingfisher Daisy

📋 copy color: '#5C338C'

red 92 ◦ green 51 ◦ blue 140

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

Shades of Kingfisher Daisy #5C338C

Tints of Kingfisher Daisy #5C338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 32.51%
G = 18.02%
B = 49.47%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C338C (or 0x5C338C) is known color: Kingfisher Daisy. HEX triplet: 5C, 33 and 8C. RGB value is (92,51,140). Sum of RGB (Red+Green+Blue) = 92+51+140=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C338C is #A3CC73. Grayscale: #494949. Windows color (decimal): -10734708 or 9188188. OLE color: 9188188.

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

Color convert

RGB 92 51 140 -
CMYK 0.34 0.64 0 0.45
HSL 267.64º 0.47% 0.37% -
HSV(B) 267.64º 0.64% 0.55% -
XYZ 10.33 6.54 25.53 -
YUV 73.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 92 51 140 0.34 0.64 0 0.45 267.64 0.47 0.37
Hex 5C 33 8C 22 40 0 2D 10C 2F 25
Octal 134 63 214 42 100 0 55 414 57 45
Binary 1011100 110011 10001100 100010 1000000 0 101101 100001100 101111 100101

Color Harmonies of #5C338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C338C

Black with #5C338C

Text Example


Text Example

White with #5C338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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