Html Css Color HEX #5A1B7D Kingfisher Daisy

📋 copy color: '#5A1B7D'

red 90 ◦ green 27 ◦ blue 125

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

Shades of Kingfisher Daisy #5A1B7D

Tints of Kingfisher Daisy #5A1B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

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

R = 37.19%
G = 11.16%
B = 51.65%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A1B7D (or 0x5A1B7D) is known color: Kingfisher Daisy. HEX triplet: 5A, 1B and 7D. RGB value is (90,27,125). Sum of RGB (Red+Green+Blue) = 90+27+125=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A1B7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1B7D is #A5E482. Grayscale: #383838. Windows color (decimal): -10871939 or 8199002. OLE color: 8199002.

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

Color convert

RGB 90 27 125 -
CMYK 0.28 0.78 0 0.51
HSL 278.57º 0.64% 0.3% -
HSV(B) 278.57º 0.78% 0.49% -
XYZ 8.31 4.44 19.82 -
YUV 57.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 90 27 125 0.28 0.78 0 0.51 278.57 0.64 0.3
Hex 5A 1B 7D 1C 4E 0 33 117 40 1E
Octal 132 33 175 34 116 0 63 427 100 36
Binary 1011010 11011 1111101 11100 1001110 0 110011 100010111 1000000 11110

Color Harmonies of #5A1B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1B7D

Black with #5A1B7D

Text Example


Text Example

White with #5A1B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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