Html Css Color HEX #5F2C84 Kingfisher Daisy

📋 copy color: '#5F2C84'

red 95 ◦ green 44 ◦ blue 132

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

Shades of Kingfisher Daisy #5F2C84

Tints of Kingfisher Daisy #5F2C84

RGB

 RED value IS 95 (37.5% from 255) = 35.06%

 GREEN value IS 44 (17.58% from 255) = 16.24%

 BLUE value IS 132 (51.95% from 255) = 48.71%

R = 35.06%
G = 16.24%
B = 48.71%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F2C84 (or 0x5F2C84) is known color: Kingfisher Daisy. HEX triplet: 5F, 2C and 84. RGB value is (95,44,132). Sum of RGB (Red+Green+Blue) = 95+44+132=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F2C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2C84 is #A0D37B. Grayscale: #444444. Windows color (decimal): -10539900 or 8662111. OLE color: 8662111.

HSL color Cylindrical-coordinate representation of color #5F2C84: hue angle of 274.77º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F2C84 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 44 132 -
CMYK 0.28 0.67 0 0.48
HSL 274.77º 0.5% 0.35% -
HSV(B) 274.77º 0.67% 0.52% -
XYZ 9.78 5.9 22.45 -
YUV 69.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 95 44 132 0.28 0.67 0 0.48 274.77 0.5 0.35
Hex 5F 2C 84 1C 43 0 30 113 32 23
Octal 137 54 204 34 103 0 60 423 62 43
Binary 1011111 101100 10000100 11100 1000011 0 110000 100010011 110010 100011

Color Harmonies of #5F2C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2C84

Black with #5F2C84

Text Example


Text Example

White with #5F2C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,44,132); }

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

background-color css

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

 a { background-color: rgb(95,44,132); }

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

border-color css

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

 span { border-color: rgb(95,44,132); }

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