Html Css Color HEX #5C287F Kingfisher Daisy

📋 copy color: '#5C287F'

red 92 ◦ green 40 ◦ blue 127

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

Shades of Kingfisher Daisy #5C287F

Tints of Kingfisher Daisy #5C287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

 BLUE value IS 127 (50% from 255) = 49.03%

R = 35.52%
G = 15.44%
B = 49.03%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5C287F (or 0x5C287F) is known color: Kingfisher Daisy. HEX triplet: 5C, 28 and 7F. RGB value is (92,40,127). Sum of RGB (Red+Green+Blue) = 92+40+127=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C287F is #A3D780. Grayscale: #414141. Windows color (decimal): -10737537 or 8333404. OLE color: 8333404.

HSL color Cylindrical-coordinate representation of color #5C287F: hue angle of 275.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C287F is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 92 40 127 -
CMYK 0.28 0.69 0 0.50
HSL 275.86º 0.52% 0.33% -
HSV(B) 275.86º 0.69% 0.5% -
XYZ 9 5.33 20.63 -
YUV 65.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 92 40 127 0.28 0.69 0 0.50 275.86 0.52 0.33
Hex 5C 28 7F 1C 45 0 32 114 34 21
Octal 134 50 177 34 105 0 62 424 64 41
Binary 1011100 101000 1111111 11100 1000101 0 110010 100010100 110100 100001

Color Harmonies of #5C287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C287F

Black with #5C287F

Text Example


Text Example

White with #5C287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,40,127); }

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

background-color css

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

 a { background-color: rgb(92,40,127); }

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

border-color css

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

 span { border-color: rgb(92,40,127); }

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