Html Css Color HEX #5C1B7B Kingfisher Daisy

📋 copy color: '#5C1B7B'

red 92 ◦ green 27 ◦ blue 123

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

Shades of Kingfisher Daisy #5C1B7B

Tints of Kingfisher Daisy #5C1B7B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

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

R = 38.02%
G = 11.16%
B = 50.83%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C1B7B (or 0x5C1B7B) is known color: Kingfisher Daisy. HEX triplet: 5C, 1B and 7B. RGB value is (92,27,123). Sum of RGB (Red+Green+Blue) = 92+27+123=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C1B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C1B7B is #A3E484. Grayscale: #393939. Windows color (decimal): -10740869 or 8067932. OLE color: 8067932.

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

Color convert

RGB 92 27 123 -
CMYK 0.25 0.78 0 0.52
HSL 280.63º 0.64% 0.29% -
HSV(B) 280.63º 0.78% 0.48% -
XYZ 8.38 4.49 19.16 -
YUV 57.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 92 27 123 0.25 0.78 0 0.52 280.63 0.64 0.29
Hex 5C 1B 7B 19 4E 0 34 119 40 1D
Octal 134 33 173 31 116 0 64 431 100 35
Binary 1011100 11011 1111011 11001 1001110 0 110100 100011001 1000000 11101

Color Harmonies of #5C1B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1B7B

Black with #5C1B7B

Text Example


Text Example

White with #5C1B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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