Html Css Color HEX #5E417B Kingfisher Daisy

📋 copy color: '#5E417B'

red 94 ◦ green 65 ◦ blue 123

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

Shades of Kingfisher Daisy #5E417B

Tints of Kingfisher Daisy #5E417B

RGB

 RED value IS 94 (37.11% from 255) = 33.33%

 GREEN value IS 65 (25.78% from 255) = 23.05%

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 33.33%
G = 23.05%
B = 43.62%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5E417B (or 0x5E417B) is known color: Kingfisher Daisy. HEX triplet: 5E, 41 and 7B. RGB value is (94,65,123). Sum of RGB (Red+Green+Blue) = 94+65+123=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E417B is #A1BE84. Grayscale: #505050. Windows color (decimal): -10600069 or 8077662. OLE color: 8077662.

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

Color convert

RGB 94 65 123 -
CMYK 0.24 0.47 0 0.52
HSL 270º 0.31% 0.37% -
HSV(B) 270º 0.47% 0.48% -
XYZ 10.08 7.59 19.67 -
YUV 80.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 94 65 123 0.24 0.47 0 0.52 270 0.31 0.37
Hex 5E 41 7B 18 2F 0 34 10E 1F 25
Octal 136 101 173 30 57 0 64 416 37 45
Binary 1011110 1000001 1111011 11000 101111 0 110100 100001110 11111 100101

Color Harmonies of #5E417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E417B

Black with #5E417B

Text Example


Text Example

White with #5E417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,65,123); }

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

background-color css

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

 a { background-color: rgb(94,65,123); }

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

border-color css

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

 span { border-color: rgb(94,65,123); }

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