Html Css Color HEX #5F3384 Kingfisher Daisy

📋 copy color: '#5F3384'

red 95 ◦ green 51 ◦ blue 132

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

Shades of Kingfisher Daisy #5F3384

Tints of Kingfisher Daisy #5F3384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

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

R = 34.17%
G = 18.35%
B = 47.48%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F3384 (or 0x5F3384) is known color: Kingfisher Daisy. HEX triplet: 5F, 33 and 84. RGB value is (95,51,132). Sum of RGB (Red+Green+Blue) = 95+51+132=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F3384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3384 is #A0CC7B. Grayscale: #494949. Windows color (decimal): -10538108 or 8663903. OLE color: 8663903.

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

Color convert

RGB 95 51 132 -
CMYK 0.28 0.61 0 0.48
HSL 272.59º 0.44% 0.36% -
HSV(B) 272.59º 0.61% 0.52% -
XYZ 10.07 6.47 22.55 -
YUV 73.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 95 51 132 0.28 0.61 0 0.48 272.59 0.44 0.36
Hex 5F 33 84 1C 3D 0 30 111 2C 24
Octal 137 63 204 34 75 0 60 421 54 44
Binary 1011111 110011 10000100 11100 111101 0 110000 100010001 101100 100100

Color Harmonies of #5F3384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3384

Black with #5F3384

Text Example


Text Example

White with #5F3384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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