Html Css Color HEX #5D437E Kingfisher Daisy

📋 copy color: '#5D437E'

red 93 ◦ green 67 ◦ blue 126

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

Shades of Kingfisher Daisy #5D437E

Tints of Kingfisher Daisy #5D437E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 32.52%
G = 23.43%
B = 44.06%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D437E (or 0x5D437E) is known color: Kingfisher Daisy. HEX triplet: 5D, 43 and 7E. RGB value is (93,67,126). Sum of RGB (Red+Green+Blue) = 93+67+126=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D437E is #A2BC81. Grayscale: #515151. Windows color (decimal): -10665090 or 8274781. OLE color: 8274781.

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

Color convert

RGB 93 67 126 -
CMYK 0.26 0.47 0 0.51
HSL 266.44º 0.31% 0.38% -
HSV(B) 266.44º 0.47% 0.49% -
XYZ 10.29 7.85 20.71 -
YUV 81.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 93 67 126 0.26 0.47 0 0.51 266.44 0.31 0.38
Hex 5D 43 7E 1A 2F 0 33 10A 1F 26
Octal 135 103 176 32 57 0 63 412 37 46
Binary 1011101 1000011 1111110 11010 101111 0 110011 100001010 11111 100110

Color Harmonies of #5D437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D437E

Black with #5D437E

Text Example


Text Example

White with #5D437E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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