Html Css Color HEX #5C437F Kingfisher Daisy

📋 copy color: '#5C437F'

red 92 ◦ green 67 ◦ blue 127

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

Shades of Kingfisher Daisy #5C437F

Tints of Kingfisher Daisy #5C437F

RGB

 RED value IS 92 (36.33% from 255) = 32.17%

 GREEN value IS 67 (26.56% from 255) = 23.43%

 BLUE value IS 127 (50% from 255) = 44.41%

R = 32.17%
G = 23.43%
B = 44.41%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5C437F (or 0x5C437F) is known color: Kingfisher Daisy. HEX triplet: 5C, 43 and 7F. RGB value is (92,67,127). Sum of RGB (Red+Green+Blue) = 92+67+127=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C437F is #A3BC80. Grayscale: #515151. Windows color (decimal): -10730625 or 8340316. OLE color: 8340316.

HSL color Cylindrical-coordinate representation of color #5C437F: hue angle of 265º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C437F is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 92 67 127 -
CMYK 0.28 0.47 0 0.50
HSL 265º 0.31% 0.38% -
HSV(B) 265º 0.47% 0.5% -
XYZ 10.25 7.82 21.05 -
YUV 81.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 92 67 127 0.28 0.47 0 0.50 265 0.31 0.38
Hex 5C 43 7F 1C 2F 0 32 109 1F 26
Octal 134 103 177 34 57 0 62 411 37 46
Binary 1011100 1000011 1111111 11100 101111 0 110010 100001001 11111 100110

Color Harmonies of #5C437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C437F

Black with #5C437F

Text Example


Text Example

White with #5C437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,67,127); }

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

background-color css

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

 a { background-color: rgb(92,67,127); }

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

border-color css

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

 span { border-color: rgb(92,67,127); }

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