Html Css Color HEX #5C2B8B Kingfisher Daisy

📋 copy color: '#5C2B8B'

red 92 ◦ green 43 ◦ blue 139

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

Shades of Kingfisher Daisy #5C2B8B

Tints of Kingfisher Daisy #5C2B8B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

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

R = 33.58%
G = 15.69%
B = 50.73%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C2B8B (or 0x5C2B8B) is known color: Kingfisher Daisy. HEX triplet: 5C, 2B and 8B. RGB value is (92,43,139). Sum of RGB (Red+Green+Blue) = 92+43+139=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C2B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2B8B is #A3D474. Grayscale: #444444. Windows color (decimal): -10736757 or 9120604. OLE color: 9120604.

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

Color convert

RGB 92 43 139 -
CMYK 0.34 0.69 0 0.45
HSL 270.63º 0.53% 0.36% -
HSV(B) 270.63º 0.69% 0.55% -
XYZ 9.94 5.87 25.03 -
YUV 68.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 92 43 139 0.34 0.69 0 0.45 270.63 0.53 0.36
Hex 5C 2B 8B 22 45 0 2D 10F 35 24
Octal 134 53 213 42 105 0 55 417 65 44
Binary 1011100 101011 10001011 100010 1000101 0 101101 100001111 110101 100100

Color Harmonies of #5C2B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2B8B

Black with #5C2B8B

Text Example


Text Example

White with #5C2B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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