Html Css Color HEX #5D427C Kingfisher Daisy

📋 copy color: '#5D427C'

red 93 ◦ green 66 ◦ blue 124

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

Shades of Kingfisher Daisy #5D427C

Tints of Kingfisher Daisy #5D427C

RGB

 RED value IS 93 (36.72% from 255) = 32.86%

 GREEN value IS 66 (26.17% from 255) = 23.32%

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 32.86%
G = 23.32%
B = 43.82%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D427C (or 0x5D427C) is known color: Kingfisher Daisy. HEX triplet: 5D, 42 and 7C. RGB value is (93,66,124). Sum of RGB (Red+Green+Blue) = 93+66+124=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D427C is #A2BD83. Grayscale: #505050. Windows color (decimal): -10665348 or 8143453. OLE color: 8143453.

HSL color Cylindrical-coordinate representation of color #5D427C: hue angle of 267.93º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D427C is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 66 124 -
CMYK 0.25 0.47 0 0.51
HSL 267.93º 0.31% 0.37% -
HSV(B) 267.93º 0.47% 0.49% -
XYZ 10.1 7.68 20.02 -
YUV 80.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 93 66 124 0.25 0.47 0 0.51 267.93 0.31 0.37
Hex 5D 42 7C 19 2F 0 33 10C 1F 25
Octal 135 102 174 31 57 0 63 414 37 45
Binary 1011101 1000010 1111100 11001 101111 0 110011 100001100 11111 100101

Color Harmonies of #5D427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D427C

Black with #5D427C

Text Example


Text Example

White with #5D427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,66,124); }

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

background-color css

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

 a { background-color: rgb(93,66,124); }

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

border-color css

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

 span { border-color: rgb(93,66,124); }

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