Html Css Color HEX #5D1C98 Kingfisher Daisy

📋 copy color: '#5D1C98'

red 93 ◦ green 28 ◦ blue 152

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

Shades of Kingfisher Daisy #5D1C98

Tints of Kingfisher Daisy #5D1C98

RGB

 RED value IS 93 (36.72% from 255) = 34.07%

 GREEN value IS 28 (11.33% from 255) = 10.26%

 BLUE value IS 152 (59.77% from 255) = 55.68%

R = 34.07%
G = 10.26%
B = 55.68%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5D1C98 (or 0x5D1C98) is known color: Kingfisher Daisy. HEX triplet: 5D, 1C and 98. RGB value is (93,28,152). Sum of RGB (Red+Green+Blue) = 93+28+152=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D1C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1C98 is #A2E367. Grayscale: #3D3D3D. Windows color (decimal): -10675048 or 9968733. OLE color: 9968733.

HSL color Cylindrical-coordinate representation of color #5D1C98: hue angle of 271.45º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D1C98 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 28 152 -
CMYK 0.39 0.82 0 0.40
HSL 271.45º 0.69% 0.35% -
HSV(B) 271.45º 0.82% 0.6% -
XYZ 10.6 5.42 30.19 -
YUV 61.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 93 28 152 0.39 0.82 0 0.40 271.45 0.69 0.35
Hex 5D 1C 98 27 52 0 28 10F 45 23
Octal 135 34 230 47 122 0 50 417 105 43
Binary 1011101 11100 10011000 100111 1010010 0 101000 100001111 1000101 100011

Color Harmonies of #5D1C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1C98

Black with #5D1C98

Text Example


Text Example

White with #5D1C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,28,152); }

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

background-color css

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

 a { background-color: rgb(93,28,152); }

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

border-color css

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

 span { border-color: rgb(93,28,152); }

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