Html Css Color HEX #5F258B Kingfisher Daisy

📋 copy color: '#5F258B'

red 95 ◦ green 37 ◦ blue 139

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

Shades of Kingfisher Daisy #5F258B

Tints of Kingfisher Daisy #5F258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 139 (54.69% from 255) = 51.29%

R = 35.06%
G = 13.65%
B = 51.29%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F258B (or 0x5F258B) is known color: Kingfisher Daisy. HEX triplet: 5F, 25 and 8B. RGB value is (95,37,139). Sum of RGB (Red+Green+Blue) = 95+37+139=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F258B is #A0DA74. Grayscale: #414141. Windows color (decimal): -10541685 or 9119071. OLE color: 9119071.

HSL color Cylindrical-coordinate representation of color #5F258B: hue angle of 274.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F258B is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 37 139 -
CMYK 0.32 0.73 0 0.45
HSL 274.12º 0.58% 0.35% -
HSV(B) 274.12º 0.73% 0.55% -
XYZ 10.04 5.62 24.98 -
YUV 65.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 95 37 139 0.32 0.73 0 0.45 274.12 0.58 0.35
Hex 5F 25 8B 20 49 0 2D 112 3A 23
Octal 137 45 213 40 111 0 55 422 72 43
Binary 1011111 100101 10001011 100000 1001001 0 101101 100010010 111010 100011

Color Harmonies of #5F258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F258B

Black with #5F258B

Text Example


Text Example

White with #5F258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,37,139); }

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

background-color css

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

 a { background-color: rgb(95,37,139); }

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

border-color css

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

 span { border-color: rgb(95,37,139); }

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