Html Css Color HEX #5F3D87 Kingfisher Daisy

📋 copy color: '#5F3D87'

red 95 ◦ green 61 ◦ blue 135

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

Shades of Kingfisher Daisy #5F3D87

Tints of Kingfisher Daisy #5F3D87

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.96%

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 32.65%
G = 20.96%
B = 46.39%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5F3D87 (or 0x5F3D87) is known color: Kingfisher Daisy. HEX triplet: 5F, 3D and 87. RGB value is (95,61,135). Sum of RGB (Red+Green+Blue) = 95+61+135=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F3D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3D87 is #A0C278. Grayscale: #4F4F4F. Windows color (decimal): -10535545 or 8863071. OLE color: 8863071.

HSL color Cylindrical-coordinate representation of color #5F3D87: hue angle of 267.57º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F3D87 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 61 135 -
CMYK 0.30 0.55 0 0.47
HSL 267.57º 0.38% 0.38% -
HSV(B) 267.57º 0.55% 0.53% -
XYZ 10.76 7.52 23.81 -
YUV 79.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 95 61 135 0.30 0.55 0 0.47 267.57 0.38 0.38
Hex 5F 3D 87 1E 37 0 2F 10C 26 26
Octal 137 75 207 36 67 0 57 414 46 46
Binary 1011111 111101 10000111 11110 110111 0 101111 100001100 100110 100110

Color Harmonies of #5F3D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3D87

Black with #5F3D87

Text Example


Text Example

White with #5F3D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,61,135); }

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

background-color css

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

 a { background-color: rgb(95,61,135); }

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

border-color css

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

 span { border-color: rgb(95,61,135); }

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