Html Css Color HEX #5F308A Kingfisher Daisy

📋 copy color: '#5F308A'

red 95 ◦ green 48 ◦ blue 138

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

Shades of Kingfisher Daisy #5F308A

Tints of Kingfisher Daisy #5F308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 138 (54.3% from 255) = 49.11%

R = 33.81%
G = 17.08%
B = 49.11%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5F308A (or 0x5F308A) is known color: Kingfisher Daisy. HEX triplet: 5F, 30 and 8A. RGB value is (95,48,138). Sum of RGB (Red+Green+Blue) = 95+48+138=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F308A is #A0CF75. Grayscale: #484848. Windows color (decimal): -10538870 or 9056351. OLE color: 9056351.

HSL color Cylindrical-coordinate representation of color #5F308A: hue angle of 271.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F308A is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 48 138 -
CMYK 0.31 0.65 0 0.46
HSL 271.33º 0.48% 0.36% -
HSV(B) 271.33º 0.65% 0.54% -
XYZ 10.36 6.38 24.73 -
YUV 72.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 95 48 138 0.31 0.65 0 0.46 271.33 0.48 0.36
Hex 5F 30 8A 1F 41 0 2E 10F 30 24
Octal 137 60 212 37 101 0 56 417 60 44
Binary 1011111 110000 10001010 11111 1000001 0 101110 100001111 110000 100100

Color Harmonies of #5F308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F308A

Black with #5F308A

Text Example


Text Example

White with #5F308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,48,138); }

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

background-color css

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

 a { background-color: rgb(95,48,138); }

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

border-color css

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

 span { border-color: rgb(95,48,138); }

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