Html Css Color HEX #5F337D Kingfisher Daisy

📋 copy color: '#5F337D'

red 95 ◦ green 51 ◦ blue 125

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

Shades of Kingfisher Daisy #5F337D

Tints of Kingfisher Daisy #5F337D

RGB

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

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

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

R = 35.06%
G = 18.82%
B = 46.13%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F337D (or 0x5F337D) is known color: Kingfisher Daisy. HEX triplet: 5F, 33 and 7D. RGB value is (95,51,125). Sum of RGB (Red+Green+Blue) = 95+51+125=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F337D is #A0CC82. Grayscale: #484848. Windows color (decimal): -10538115 or 8205151. OLE color: 8205151.

HSL color Cylindrical-coordinate representation of color #5F337D: hue angle of 275.68º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F337D is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 51 125 -
CMYK 0.24 0.59 0 0.51
HSL 275.68º 0.42% 0.35% -
HSV(B) 275.68º 0.59% 0.49% -
XYZ 9.6 6.28 20.11 -
YUV 72.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 95 51 125 0.24 0.59 0 0.51 275.68 0.42 0.35
Hex 5F 33 7D 18 3B 0 33 114 2A 23
Octal 137 63 175 30 73 0 63 424 52 43
Binary 1011111 110011 1111101 11000 111011 0 110011 100010100 101010 100011

Color Harmonies of #5F337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F337D

Black with #5F337D

Text Example


Text Example

White with #5F337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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