#5C2F7B

Color #5C2F7B Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5C2F7B

Tints of Kingfisher Daisy #5C2F7B

Color information

#5C2F7B (or 0x5C2F7B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 2F and 7B. RGB value is (92,47,123). Sum of RGB (Red+Green+Blue) = 92+47+123=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C2F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2F7B is #A3D084. Grayscale: #444444. Windows color (decimal): -10735749 or 8073052. OLE color: 8073052.

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

Color convert

RGB9247123-
CMYK0.250.6200.52
HSL275.53º44.71%33.33%-
HSV(B)275.53º61.79%48.24%-
XYZ9.015.7419.37-
YUV69.12158.41144.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.11%
GREEN value IS 47 (18.75% from 255) = 17.94%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=35.11%
G=17.94%
B=46.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92471230.250.6200.52275.5344.7133.33
Hex5C2F7B193E0341142d21
Octal1345717331760644245541
Binary10111001011111111011110011111100110100100010100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C2F7B;
 }
 .AnyTagClassName
 {
   color: #5C2F7B;
 }
</style>
background-color css

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

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

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

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

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

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