Html Css Color HEX #5C3081 Kingfisher Daisy

📋 copy color: '#5C3081'

red 92 ◦ green 48 ◦ blue 129

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

Shades of Kingfisher Daisy #5C3081

Tints of Kingfisher Daisy #5C3081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.96%

R = 34.2%
G = 17.84%
B = 47.96%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C3081 (or 0x5C3081) is known color: Kingfisher Daisy. HEX triplet: 5C, 30 and 81. RGB value is (92,48,129). Sum of RGB (Red+Green+Blue) = 92+48+129=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C3081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3081 is #A3CF7E. Grayscale: #464646. Windows color (decimal): -10735487 or 8466524. OLE color: 8466524.

HSL color Cylindrical-coordinate representation of color #5C3081: hue angle of 272.59º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C3081 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 48 129 -
CMYK 0.29 0.63 0 0.49
HSL 272.59º 0.46% 0.35% -
HSV(B) 272.59º 0.63% 0.51% -
XYZ 9.43 5.97 21.42 -
YUV 70.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 92 48 129 0.29 0.63 0 0.49 272.59 0.46 0.35
Hex 5C 30 81 1D 3F 0 31 111 2E 23
Octal 134 60 201 35 77 0 61 421 56 43
Binary 1011100 110000 10000001 11101 111111 0 110001 100010001 101110 100011

Color Harmonies of #5C3081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3081

Black with #5C3081

Text Example


Text Example

White with #5C3081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,48,129); }

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

background-color css

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

 a { background-color: rgb(92,48,129); }

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

border-color css

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

 span { border-color: rgb(92,48,129); }

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