Html Css Color HEX #5C358B Kingfisher Daisy

📋 copy color: '#5C358B'

red 92 ◦ green 53 ◦ blue 139

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

Shades of Kingfisher Daisy #5C358B

Tints of Kingfisher Daisy #5C358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

 BLUE value IS 139 (54.69% from 255) = 48.94%

R = 32.39%
G = 18.66%
B = 48.94%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C358B (or 0x5C358B) is known color: Kingfisher Daisy. HEX triplet: 5C, 35 and 8B. RGB value is (92,53,139). Sum of RGB (Red+Green+Blue) = 92+53+139=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C358B is #A3CA74. Grayscale: #4A4A4A. Windows color (decimal): -10734197 or 9123164. OLE color: 9123164.

HSL color Cylindrical-coordinate representation of color #5C358B: hue angle of 267.21º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C358B is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 53 139 -
CMYK 0.34 0.62 0 0.45
HSL 267.21º 0.45% 0.38% -
HSV(B) 267.21º 0.62% 0.55% -
XYZ 10.35 6.69 25.17 -
YUV 74.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 92 53 139 0.34 0.62 0 0.45 267.21 0.45 0.38
Hex 5C 35 8B 22 3E 0 2D 10B 2D 26
Octal 134 65 213 42 76 0 55 413 55 46
Binary 1011100 110101 10001011 100010 111110 0 101101 100001011 101101 100110

Color Harmonies of #5C358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C358B

Black with #5C358B

Text Example


Text Example

White with #5C358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,53,139); }

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

background-color css

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

 a { background-color: rgb(92,53,139); }

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

border-color css

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

 span { border-color: rgb(92,53,139); }

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