Html Css Color HEX #5D427D Kingfisher Daisy

📋 copy color: '#5D427D'

red 93 ◦ green 66 ◦ blue 125

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

Shades of Kingfisher Daisy #5D427D

Tints of Kingfisher Daisy #5D427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 32.75%
G = 23.24%
B = 44.01%

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

#5D427D (or 0x5D427D) is known color: Kingfisher Daisy. HEX triplet: 5D, 42 and 7D. RGB value is (93,66,125). Sum of RGB (Red+Green+Blue) = 93+66+125=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D427D is #A2BD82. Grayscale: #505050. Windows color (decimal): -10665347 or 8208989. OLE color: 8208989.

HSL color Cylindrical-coordinate representation of color #5D427D: hue angle of 267.46º 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 #5D427D is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 66 125 -
CMYK 0.26 0.47 0 0.51
HSL 267.46º 0.31% 0.37% -
HSV(B) 267.46º 0.47% 0.49% -
XYZ 10.16 7.7 20.35 -
YUV 80.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 93 66 125 0.26 0.47 0 0.51 267.46 0.31 0.37
Hex 5D 42 7D 1A 2F 0 33 10B 1F 25
Octal 135 102 175 32 57 0 63 413 37 45
Binary 1011101 1000010 1111101 11010 101111 0 110011 100001011 11111 100101

Color Harmonies of #5D427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D427D

Black with #5D427D

Text Example


Text Example

White with #5D427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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