Html Css Color HEX #5C3278 Kingfisher Daisy

📋 copy color: '#5C3278'

red 92 ◦ green 50 ◦ blue 120

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

Shades of Kingfisher Daisy #5C3278

Tints of Kingfisher Daisy #5C3278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 35.11%
G = 19.08%
B = 45.8%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C3278 (or 0x5C3278) is known color: Kingfisher Daisy. HEX triplet: 5C, 32 and 78. RGB value is (92,50,120). Sum of RGB (Red+Green+Blue) = 92+50+120=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C3278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3278 is #A3CD87. Grayscale: #464646. Windows color (decimal): -10734984 or 7877212. OLE color: 7877212.

HSL color Cylindrical-coordinate representation of color #5C3278: hue angle of 276º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C3278 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 50 120 -
CMYK 0.23 0.58 0 0.53
HSL 276º 0.41% 0.33% -
HSV(B) 276º 0.58% 0.47% -
XYZ 8.94 5.91 18.44 -
YUV 70.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 92 50 120 0.23 0.58 0 0.53 276 0.41 0.33
Hex 5C 32 78 17 3A 0 35 114 29 21
Octal 134 62 170 27 72 0 65 424 51 41
Binary 1011100 110010 1111000 10111 111010 0 110101 100010100 101001 100001

Color Harmonies of #5C3278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3278

Black with #5C3278

Text Example


Text Example

White with #5C3278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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