Html Css Color HEX #5A268F Kingfisher Daisy

📋 copy color: '#5A268F'

red 90 ◦ green 38 ◦ blue 143

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

Shades of Kingfisher Daisy #5A268F

Tints of Kingfisher Daisy #5A268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.77%

R = 33.21%
G = 14.02%
B = 52.77%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A268F (or 0x5A268F) is known color: Kingfisher Daisy. HEX triplet: 5A, 26 and 8F. RGB value is (90,38,143). Sum of RGB (Red+Green+Blue) = 90+38+143=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A268F is #A5D970. Grayscale: #414141. Windows color (decimal): -10869105 or 9381466. OLE color: 9381466.

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

Color convert

RGB 90 38 143 -
CMYK 0.37 0.73 0 0.44
HSL 269.71º 0.58% 0.35% -
HSV(B) 269.71º 0.73% 0.56% -
XYZ 9.87 5.54 26.54 -
YUV 65.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 90 38 143 0.37 0.73 0 0.44 269.71 0.58 0.35
Hex 5A 26 8F 25 49 0 2C 10E 3A 23
Octal 132 46 217 45 111 0 54 416 72 43
Binary 1011010 100110 10001111 100101 1001001 0 101100 100001110 111010 100011

Color Harmonies of #5A268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A268F

Black with #5A268F

Text Example


Text Example

White with #5A268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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