Html Css Color HEX #5A387D Kingfisher Daisy

📋 copy color: '#5A387D'

red 90 ◦ green 56 ◦ blue 125

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

Shades of Kingfisher Daisy #5A387D

Tints of Kingfisher Daisy #5A387D

RGB

 RED value IS 90 (35.55% from 255) = 33.21%

 GREEN value IS 56 (22.27% from 255) = 20.66%

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

R = 33.21%
G = 20.66%
B = 46.13%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A387D (or 0x5A387D) is known color: Kingfisher Daisy. HEX triplet: 5A, 38 and 7D. RGB value is (90,56,125). Sum of RGB (Red+Green+Blue) = 90+56+125=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A387D is #A5C782. Grayscale: #494949. Windows color (decimal): -10864515 or 8206426. OLE color: 8206426.

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

Color convert

RGB 90 56 125 -
CMYK 0.28 0.55 0 0.51
HSL 269.57º 0.38% 0.35% -
HSV(B) 269.57º 0.55% 0.49% -
XYZ 9.33 6.48 20.16 -
YUV 74.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 90 56 125 0.28 0.55 0 0.51 269.57 0.38 0.35
Hex 5A 38 7D 1C 37 0 33 10E 26 23
Octal 132 70 175 34 67 0 63 416 46 43
Binary 1011010 111000 1111101 11100 110111 0 110011 100001110 100110 100011

Color Harmonies of #5A387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A387D

Black with #5A387D

Text Example


Text Example

White with #5A387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,56,125); }

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

background-color css

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

 a { background-color: rgb(90,56,125); }

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

border-color css

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

 span { border-color: rgb(90,56,125); }

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