Html Css Color HEX #5C2696 Kingfisher Daisy

📋 copy color: '#5C2696'

red 92 ◦ green 38 ◦ blue 150

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

Shades of Kingfisher Daisy #5C2696

Tints of Kingfisher Daisy #5C2696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 32.86%
G = 13.57%
B = 53.57%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5C2696 (or 0x5C2696) is known color: Kingfisher Daisy. HEX triplet: 5C, 26 and 96. RGB value is (92,38,150). Sum of RGB (Red+Green+Blue) = 92+38+150=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C2696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2696 is #A3D969. Grayscale: #424242. Windows color (decimal): -10738026 or 9840220. OLE color: 9840220.

HSL color Cylindrical-coordinate representation of color #5C2696: hue angle of 268.93º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C2696 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 92 38 150 -
CMYK 0.39 0.75 0 0.41
HSL 268.93º 0.6% 0.37% -
HSV(B) 268.93º 0.75% 0.59% -
XYZ 10.61 5.86 29.43 -
YUV 66.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 92 38 150 0.39 0.75 0 0.41 268.93 0.6 0.37
Hex 5C 26 96 27 4B 0 29 10D 3C 25
Octal 134 46 226 47 113 0 51 415 74 45
Binary 1011100 100110 10010110 100111 1001011 0 101001 100001101 111100 100101

Color Harmonies of #5C2696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2696

Black with #5C2696

Text Example


Text Example

White with #5C2696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,38,150); }

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

background-color css

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

 a { background-color: rgb(92,38,150); }

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

border-color css

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

 span { border-color: rgb(92,38,150); }

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