Html Css Color HEX #5D437C Kingfisher Daisy

📋 copy color: '#5D437C'

red 93 ◦ green 67 ◦ blue 124

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

Shades of Kingfisher Daisy #5D437C

Tints of Kingfisher Daisy #5D437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 32.75%
G = 23.59%
B = 43.66%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D437C (or 0x5D437C) is known color: Kingfisher Daisy. HEX triplet: 5D, 43 and 7C. RGB value is (93,67,124). Sum of RGB (Red+Green+Blue) = 93+67+124=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D437C is #A2BC83. Grayscale: #515151. Windows color (decimal): -10665092 or 8143709. OLE color: 8143709.

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

Color convert

RGB 93 67 124 -
CMYK 0.25 0.46 0 0.51
HSL 267.37º 0.3% 0.37% -
HSV(B) 267.37º 0.46% 0.49% -
XYZ 10.16 7.8 20.04 -
YUV 81.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 93 67 124 0.25 0.46 0 0.51 267.37 0.3 0.37
Hex 5D 43 7C 19 2E 0 33 10B 1E 25
Octal 135 103 174 31 56 0 63 413 36 45
Binary 1011101 1000011 1111100 11001 101110 0 110011 100001011 11110 100101

Color Harmonies of #5D437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D437C

Black with #5D437C

Text Example


Text Example

White with #5D437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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