Html Css Color HEX #5F429E Daisy Bush

📋 copy color: '#5F429E'

red 95 ◦ green 66 ◦ blue 158

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

Shades of Daisy Bush #5F429E

Tints of Daisy Bush #5F429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.69%

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 29.78%
G = 20.69%
B = 49.53%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F429E (or 0x5F429E) is known color: Daisy Bush. HEX triplet: 5F, 42 and 9E. RGB value is (95,66,158). Sum of RGB (Red+Green+Blue) = 95+66+158=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F429E is #A0BD61. Grayscale: #545454. Windows color (decimal): -10534242 or 10371679. OLE color: 10371679.

HSL color Cylindrical-coordinate representation of color #5F429E: hue angle of 258.91º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F429E is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 66 158 -
CMYK 0.40 0.58 0 0.38
HSL 258.91º 0.41% 0.44% -
HSV(B) 258.91º 0.58% 0.62% -
XYZ 12.84 8.8 33.37 -
YUV 85.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 95 66 158 0.40 0.58 0 0.38 258.91 0.41 0.44
Hex 5F 42 9E 28 3A 0 26 103 29 2C
Octal 137 102 236 50 72 0 46 403 51 54
Binary 1011111 1000010 10011110 101000 111010 0 100110 100000011 101001 101100

Color Harmonies of #5F429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F429E

Black with #5F429E

Text Example


Text Example

White with #5F429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,66,158); }

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

background-color css

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

 a { background-color: rgb(95,66,158); }

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

border-color css

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

 span { border-color: rgb(95,66,158); }

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