Html Css Color HEX #5F2D8E Kingfisher Daisy

📋 copy color: '#5F2D8E'

red 95 ◦ green 45 ◦ blue 142

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

Shades of Kingfisher Daisy #5F2D8E

Tints of Kingfisher Daisy #5F2D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.96%

 BLUE value IS 142 (55.86% from 255) = 50.35%

R = 33.69%
G = 15.96%
B = 50.35%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5F2D8E (or 0x5F2D8E) is known color: Kingfisher Daisy. HEX triplet: 5F, 2D and 8E. RGB value is (95,45,142). Sum of RGB (Red+Green+Blue) = 95+45+142=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F2D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2D8E is #A0D271. Grayscale: #464646. Windows color (decimal): -10539634 or 9317727. OLE color: 9317727.

HSL color Cylindrical-coordinate representation of color #5F2D8E: hue angle of 270.93º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F2D8E is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 45 142 -
CMYK 0.33 0.68 0 0.44
HSL 270.93º 0.52% 0.37% -
HSV(B) 270.93º 0.68% 0.56% -
XYZ 10.54 6.26 26.24 -
YUV 71.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 95 45 142 0.33 0.68 0 0.44 270.93 0.52 0.37
Hex 5F 2D 8E 21 44 0 2C 10F 34 25
Octal 137 55 216 41 104 0 54 417 64 45
Binary 1011111 101101 10001110 100001 1000100 0 101100 100001111 110100 100101

Color Harmonies of #5F2D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2D8E

Black with #5F2D8E

Text Example


Text Example

White with #5F2D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,45,142); }

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

background-color css

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

 a { background-color: rgb(95,45,142); }

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

border-color css

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

 span { border-color: rgb(95,45,142); }

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