Html Css Color HEX #5C467A Kingfisher Daisy

📋 copy color: '#5C467A'

red 92 ◦ green 70 ◦ blue 122

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

Shades of Kingfisher Daisy #5C467A

Tints of Kingfisher Daisy #5C467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 32.39%
G = 24.65%
B = 42.96%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C467A (or 0x5C467A) is known color: Kingfisher Daisy. HEX triplet: 5C, 46 and 7A. RGB value is (92,70,122). Sum of RGB (Red+Green+Blue) = 92+70+122=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C467A is #A3B985. Grayscale: #525252. Windows color (decimal): -10729862 or 8013404. OLE color: 8013404.

HSL color Cylindrical-coordinate representation of color #5C467A: hue angle of 265.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C467A is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 70 122 -
CMYK 0.25 0.43 0 0.52
HSL 265.38º 0.27% 0.38% -
HSV(B) 265.38º 0.43% 0.48% -
XYZ 10.12 8.06 19.44 -
YUV 82.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 92 70 122 0.25 0.43 0 0.52 265.38 0.27 0.38
Hex 5C 46 7A 19 2B 0 34 109 1B 26
Octal 134 106 172 31 53 0 64 411 33 46
Binary 1011100 1000110 1111010 11001 101011 0 110100 100001001 11011 100110

Color Harmonies of #5C467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C467A

Black with #5C467A

Text Example


Text Example

White with #5C467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,70,122); }

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

background-color css

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

 a { background-color: rgb(92,70,122); }

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

border-color css

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

 span { border-color: rgb(92,70,122); }

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