Html Css Color HEX #5A1F93 Kingfisher Daisy

📋 copy color: '#5A1F93'

red 90 ◦ green 31 ◦ blue 147

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

Shades of Kingfisher Daisy #5A1F93

Tints of Kingfisher Daisy #5A1F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 33.58%
G = 11.57%
B = 54.85%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A1F93 (or 0x5A1F93) is known color: Kingfisher Daisy. HEX triplet: 5A, 1F and 93. RGB value is (90,31,147). Sum of RGB (Red+Green+Blue) = 90+31+147=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A1F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1F93 is #A5E06C. Grayscale: #3D3D3D. Windows color (decimal): -10870893 or 9641818. OLE color: 9641818.

HSL color Cylindrical-coordinate representation of color #5A1F93: hue angle of 270.52º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1F93 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 31 147 -
CMYK 0.39 0.79 0 0.42
HSL 270.52º 0.65% 0.35% -
HSV(B) 270.52º 0.79% 0.58% -
XYZ 9.97 5.26 28.09 -
YUV 61.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 90 31 147 0.39 0.79 0 0.42 270.52 0.65 0.35
Hex 5A 1F 93 27 4F 0 2A 10F 41 23
Octal 132 37 223 47 117 0 52 417 101 43
Binary 1011010 11111 10010011 100111 1001111 0 101010 100001111 1000001 100011

Color Harmonies of #5A1F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1F93

Black with #5A1F93

Text Example


Text Example

White with #5A1F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,31,147); }

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

background-color css

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

 a { background-color: rgb(90,31,147); }

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

border-color css

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

 span { border-color: rgb(90,31,147); }

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