Html Css Color HEX #5C377B Kingfisher Daisy

📋 copy color: '#5C377B'

red 92 ◦ green 55 ◦ blue 123

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

Shades of Kingfisher Daisy #5C377B

Tints of Kingfisher Daisy #5C377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.56%

R = 34.07%
G = 20.37%
B = 45.56%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C377B (or 0x5C377B) is known color: Kingfisher Daisy. HEX triplet: 5C, 37 and 7B. RGB value is (92,55,123). Sum of RGB (Red+Green+Blue) = 92+55+123=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C377B is #A3C884. Grayscale: #494949. Windows color (decimal): -10733701 or 8075100. OLE color: 8075100.

HSL color Cylindrical-coordinate representation of color #5C377B: hue angle of 272.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C377B is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 55 123 -
CMYK 0.25 0.55 0 0.52
HSL 272.65º 0.38% 0.35% -
HSV(B) 272.65º 0.55% 0.48% -
XYZ 9.35 6.44 19.49 -
YUV 73.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 92 55 123 0.25 0.55 0 0.52 272.65 0.38 0.35
Hex 5C 37 7B 19 37 0 34 111 26 23
Octal 134 67 173 31 67 0 64 421 46 43
Binary 1011100 110111 1111011 11001 110111 0 110100 100010001 100110 100011

Color Harmonies of #5C377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C377B

Black with #5C377B

Text Example


Text Example

White with #5C377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,123); }

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

background-color css

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

 a { background-color: rgb(92,55,123); }

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

border-color css

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

 span { border-color: rgb(92,55,123); }

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