Html Css Color HEX #5A268D Kingfisher Daisy

📋 copy color: '#5A268D'

red 90 ◦ green 38 ◦ blue 141

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

Shades of Kingfisher Daisy #5A268D

Tints of Kingfisher Daisy #5A268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

 BLUE value IS 141 (55.47% from 255) = 52.42%

R = 33.46%
G = 14.13%
B = 52.42%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A268D (or 0x5A268D) is known color: Kingfisher Daisy. HEX triplet: 5A, 26 and 8D. RGB value is (90,38,141). Sum of RGB (Red+Green+Blue) = 90+38+141=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A268D is #A5D972. Grayscale: #404040. Windows color (decimal): -10869107 or 9250394. OLE color: 9250394.

HSL color Cylindrical-coordinate representation of color #5A268D: hue angle of 270.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A268D is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 38 141 -
CMYK 0.36 0.73 0 0.45
HSL 270.29º 0.58% 0.35% -
HSV(B) 270.29º 0.73% 0.55% -
XYZ 9.72 5.48 25.75 -
YUV 65.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 90 38 141 0.36 0.73 0 0.45 270.29 0.58 0.35
Hex 5A 26 8D 24 49 0 2D 10E 3A 23
Octal 132 46 215 44 111 0 55 416 72 43
Binary 1011010 100110 10001101 100100 1001001 0 101101 100001110 111010 100011

Color Harmonies of #5A268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A268D

Black with #5A268D

Text Example


Text Example

White with #5A268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,38,141); }

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

background-color css

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

 a { background-color: rgb(90,38,141); }

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

border-color css

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

 span { border-color: rgb(90,38,141); }

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