Html Css Color HEX #5A268C Kingfisher Daisy

📋 copy color: '#5A268C'

red 90 ◦ green 38 ◦ blue 140

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

Shades of Kingfisher Daisy #5A268C

Tints of Kingfisher Daisy #5A268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 33.58%
G = 14.18%
B = 52.24%

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

#5A268C (or 0x5A268C) is known color: Kingfisher Daisy. HEX triplet: 5A, 26 and 8C. RGB value is (90,38,140). Sum of RGB (Red+Green+Blue) = 90+38+140=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A268C is #A5D973. Grayscale: #404040. Windows color (decimal): -10869108 or 9184858. OLE color: 9184858.

HSL color Cylindrical-coordinate representation of color #5A268C: hue angle of 270.59º degrees, saturation: 0.57, 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 #5A268C is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 38 140 -
CMYK 0.36 0.73 0 0.45
HSL 270.59º 0.57% 0.35% -
HSV(B) 270.59º 0.73% 0.55% -
XYZ 9.64 5.45 25.36 -
YUV 65.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 90 38 140 0.36 0.73 0 0.45 270.59 0.57 0.35
Hex 5A 26 8C 24 49 0 2D 10F 39 23
Octal 132 46 214 44 111 0 55 417 71 43
Binary 1011010 100110 10001100 100100 1001001 0 101101 100001111 111001 100011

Color Harmonies of #5A268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A268C

Black with #5A268C

Text Example


Text Example

White with #5A268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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