Html Css Color HEX #5F429D Daisy Bush

📋 copy color: '#5F429D'

red 95 ◦ green 66 ◦ blue 157

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

Shades of Daisy Bush #5F429D

Tints of Daisy Bush #5F429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 29.87%
G = 20.75%
B = 49.37%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F429D (or 0x5F429D) is known color: Daisy Bush. HEX triplet: 5F, 42 and 9D. RGB value is (95,66,157). Sum of RGB (Red+Green+Blue) = 95+66+157=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F429D is #A0BD62. Grayscale: #545454. Windows color (decimal): -10534243 or 10306143. OLE color: 10306143.

HSL color Cylindrical-coordinate representation of color #5F429D: hue angle of 259.12º 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 #5F429D is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 66 157 -
CMYK 0.39 0.58 0 0.38
HSL 259.12º 0.41% 0.44% -
HSV(B) 259.12º 0.58% 0.62% -
XYZ 12.75 8.76 32.92 -
YUV 85.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 95 66 157 0.39 0.58 0 0.38 259.12 0.41 0.44
Hex 5F 42 9D 27 3A 0 26 103 29 2C
Octal 137 102 235 47 72 0 46 403 51 54
Binary 1011111 1000010 10011101 100111 111010 0 100110 100000011 101001 101100

Color Harmonies of #5F429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F429D

Black with #5F429D

Text Example


Text Example

White with #5F429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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