Html Css Color HEX #5F378A Kingfisher Daisy

📋 copy color: '#5F378A'

red 95 ◦ green 55 ◦ blue 138

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

Shades of Kingfisher Daisy #5F378A

Tints of Kingfisher Daisy #5F378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 32.99%
G = 19.1%
B = 47.92%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5F378A (or 0x5F378A) is known color: Kingfisher Daisy. HEX triplet: 5F, 37 and 8A. RGB value is (95,55,138). Sum of RGB (Red+Green+Blue) = 95+55+138=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F378A is #A0C875. Grayscale: #4C4C4C. Windows color (decimal): -10537078 or 9058143. OLE color: 9058143.

HSL color Cylindrical-coordinate representation of color #5F378A: hue angle of 268.92º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F378A is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 55 138 -
CMYK 0.31 0.60 0 0.46
HSL 268.92º 0.43% 0.38% -
HSV(B) 268.92º 0.6% 0.54% -
XYZ 10.67 7 24.83 -
YUV 76.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 95 55 138 0.31 0.60 0 0.46 268.92 0.43 0.38
Hex 5F 37 8A 1F 3C 0 2E 10D 2B 26
Octal 137 67 212 37 74 0 56 415 53 46
Binary 1011111 110111 10001010 11111 111100 0 101110 100001101 101011 100110

Color Harmonies of #5F378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F378A

Black with #5F378A

Text Example


Text Example

White with #5F378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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