Html Css Color HEX #5C2D8B Kingfisher Daisy

📋 copy color: '#5C2D8B'

red 92 ◦ green 45 ◦ blue 139

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

Shades of Kingfisher Daisy #5C2D8B

Tints of Kingfisher Daisy #5C2D8B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.3%

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

R = 33.33%
G = 16.3%
B = 50.36%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C2D8B (or 0x5C2D8B) is known color: Kingfisher Daisy. HEX triplet: 5C, 2D and 8B. RGB value is (92,45,139). Sum of RGB (Red+Green+Blue) = 92+45+139=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C2D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2D8B is #A3D274. Grayscale: #454545. Windows color (decimal): -10736245 or 9121116. OLE color: 9121116.

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

Color convert

RGB 92 45 139 -
CMYK 0.34 0.68 0 0.45
HSL 270º 0.51% 0.36% -
HSV(B) 270º 0.68% 0.55% -
XYZ 10.01 6.02 25.06 -
YUV 69.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 92 45 139 0.34 0.68 0 0.45 270 0.51 0.36
Hex 5C 2D 8B 22 44 0 2D 10E 33 24
Octal 134 55 213 42 104 0 55 416 63 44
Binary 1011100 101101 10001011 100010 1000100 0 101101 100001110 110011 100100

Color Harmonies of #5C2D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2D8B

Black with #5C2D8B

Text Example


Text Example

White with #5C2D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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